Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1702296223:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1702296234:prepare_executor section_start:1702296234:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1702296245:prepare_script section_start:1702296245:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/emacs/emacs/.git/ Created fresh repository. Checking out 9434ad25 as master... Skipping Git submodules setup section_end:1702296485:get_sources section_start:1702296485:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 24 Running: 4 Paused: 0 Stopped: 20 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! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-9434ad25ce2747864e0bcf5665f65eb65a079178/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 . #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 3.6s #2 [internal] load .dockerignore #2 DONE 4.0s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 2.9s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:ab2b95aa8... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 276.03kB 0.1s #7 transferring context: 39.67MB 5.2s #7 transferring context: 63.94MB 10.2s #7 transferring context: 100.32MB 15.3s #7 transferring context: 129.65MB 20.4s #7 transferring context: 171.40MB 25.4s #7 transferring context: 213.53MB 30.5s #7 transferring context: 235.70MB 35.5s #7 transferring context: 241.35MB 36.5s done #7 DONE 38.8s #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 42.5s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 15.1s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 10.65 Checking whether you have the necessary tools... #10 10.65 (Read INSTALL.REPO for more details on building Emacs) #10 10.67 Checking for autoconf (need at least version 2.65) ... ok #10 10.92 Your system has the required tools. #10 10.99 Building aclocal.m4 ... #10 10.99 Running 'autoreconf -fi -I m4' ... #10 53.49 Building 'aclocal.m4' in exec ... #10 53.49 Running 'autoreconf -fi' in exec ... #10 65.45 You can now run './autogen.sh git'. #10 DONE 67.1s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 2.942 checking for xcrun... no #11 2.942 checking for GNU Make... make #11 3.158 checking build system type... x86_64-pc-linux-gnu #11 4.061 checking host system type... x86_64-pc-linux-gnu #11 4.275 checking for gcc... gcc #11 4.624 checking whether the C compiler works... yes #11 5.136 checking for C compiler default output file name... a.out #11 5.144 checking for suffix of executables... #11 5.662 checking whether we are cross compiling... no #11 6.000 checking for suffix of object files... o #11 6.150 checking whether we are using the GNU C compiler... yes #11 6.396 checking whether gcc accepts -g... yes #11 6.634 checking for gcc option to enable C11 features... none needed #11 7.487 checking whether the compiler is clang... no #11 7.790 checking for compiler option needed when checking for declarations... none #11 7.790 checking whether gcc and cc understand -c and -o together... yes #11 8.949 checking how to run the C preprocessor... gcc -E #11 9.457 checking for grep that handles long lines and -e... /bin/grep #11 9.481 checking for egrep... /bin/grep -E #11 9.496 checking for ANSI C header files... yes #11 10.73 checking for sys/types.h... yes #11 10.98 checking for sys/stat.h... yes #11 11.41 checking for stdlib.h... yes #11 12.19 checking for string.h... yes #11 12.64 checking for memory.h... yes #11 13.09 checking for strings.h... yes #11 13.63 checking for inttypes.h... yes #11 14.01 checking for stdint.h... yes #11 14.51 checking for unistd.h... yes #11 15.03 checking for wchar.h... yes #11 15.66 checking for minix/config.h... no #11 16.14 checking for linux/fs.h... yes #11 16.85 checking for malloc.h... yes #11 17.41 checking for sys/systeminfo.h... no #11 17.66 checking for sys/sysinfo.h... yes #11 18.30 checking for coff.h... no #11 18.77 checking for pty.h... yes #11 19.37 checking for sys/resource.h... yes #11 19.89 checking for sys/utsname.h... yes #11 20.43 checking for pwd.h... yes #11 20.99 checking for util.h... no #11 21.41 checking for sanitizer/lsan_interface.h... yes #11 21.75 checking for sanitizer/asan_interface.h... yes #11 22.12 checking for sanitizer/common_interface_defs.h... yes #11 22.49 checking for sys/socket.h... yes #11 22.93 checking for stdlib.h... (cached) yes #11 22.97 checking for unistd.h... (cached) yes #11 23.05 checking for sys/param.h... yes #11 23.78 checking for pthread.h... yes #11 24.54 checking for malloc/malloc.h... no #11 25.11 checking for sys/un.h... yes #11 25.84 checking for utmp.h... yes #11 26.44 checking for utmpx.h... yes #11 27.03 checking for OS.h... no #11 27.55 checking for dirent.h... yes #11 28.03 checking for execinfo.h... yes #11 28.49 checking for linux/xattr.h... yes #11 29.08 checking for stdio_ext.h... yes #11 29.72 checking for sys/vfs.h... yes #11 30.26 checking for sys/fs_types.h... no #11 30.56 checking for getopt.h... yes #11 31.24 checking for sys/cdefs.h... yes #11 31.69 checking for sys/time.h... yes #11 32.08 checking for ieee754.h... yes #11 32.47 checking for limits.h... yes #11 32.90 checking for inttypes.h... (cached) yes #11 33.05 checking for sys/types.h... (cached) yes #11 33.16 checking for stdint.h... (cached) yes #11 33.29 checking for sys/select.h... yes #11 33.67 checking for stdbool.h... yes #11 34.09 checking for stdckdint.h... no #11 34.53 checking for sys/random.h... yes #11 34.98 checking for sys/stat.h... (cached) yes #11 35.03 checking whether it is safe to define __EXTENSIONS__... yes #11 35.32 checking whether _XOPEN_SOURCE should be defined... no #11 35.56 checking for Minix Amsterdam compiler... no #11 35.72 checking for ar... ar #11 35.72 checking for ranlib... ranlib #11 35.72 checking for gcc option to enable large file support... none needed #11 36.33 checking for gcc option for timestamps after 2038... none needed #11 36.51 checking for g++... g++ #11 36.67 checking whether we are using the GNU C++ compiler... yes #11 36.83 checking whether g++ accepts -g... yes #11 36.93 checking for g++ option to enable C++11 features... none needed #11 98.90 checking how to run the C++ preprocessor... g++ -E #11 99.30 checking whether gcc accepts -g3 -O2... yes #11 99.65 checking whether the compiler is clang... no #11 99.99 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 100.3 checking whether -Wno-missing-field-initializers is needed... yes #11 100.8 checking whether -Wuninitialized is supported... yes #11 101.2 checking whether C compiler handles -fstrict-flex-arrays... no #11 101.6 checking whether C compiler handles -Wall... yes #11 102.1 checking whether C compiler handles -Warith-conversion... yes #11 102.6 checking whether C compiler handles -Wdate-time... yes #11 103.2 checking whether C compiler handles -Wdisabled-optimization... yes #11 104.0 checking whether C compiler handles -Wdouble-promotion... yes #11 104.7 checking whether C compiler handles -Wduplicated-cond... yes #11 105.4 checking whether C compiler handles -Wextra... yes #11 106.0 checking whether C compiler handles -Wformat-signedness... yes #11 106.8 checking whether C compiler handles -Winit-self... yes #11 107.6 checking whether C compiler handles -Winvalid-pch... yes #11 108.5 checking whether C compiler handles -Wlogical-op... yes #11 109.1 checking whether C compiler handles -Wmissing-declarations... yes #11 109.4 checking whether C compiler handles -Wmissing-include-dirs... yes #11 110.1 checking whether C compiler handles -Wmissing-prototypes... yes #11 110.6 checking whether C compiler handles -Wnested-externs... yes #11 110.9 checking whether C compiler handles -Wnull-dereference... yes #11 111.4 checking whether C compiler handles -Wold-style-definition... yes #11 112.2 checking whether C compiler handles -Wopenmp-simd... yes #11 112.7 checking whether C compiler handles -Wpacked... yes #11 113.1 checking whether C compiler handles -Wpointer-arith... yes #11 113.8 checking whether C compiler handles -Wstrict-flex-arrays... no #11 113.9 checking whether C compiler handles -Wstrict-prototypes... yes #11 114.6 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 115.5 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 116.0 checking whether C compiler handles -Wsuggest-final-methods... yes #11 116.6 checking whether C compiler handles -Wsuggest-final-types... yes #11 117.1 checking whether C compiler handles -Wtrampolines... yes #11 117.9 checking whether C compiler handles -Wuninitialized... yes #11 118.3 checking whether C compiler handles -Wunknown-pragmas... yes #11 118.8 checking whether C compiler handles -Wunused-macros... yes #11 119.1 checking whether C compiler handles -Wvariadic-macros... yes #11 119.7 checking whether C compiler handles -Wvector-operation-performance... yes #11 120.2 checking whether C compiler handles -Wwrite-strings... yes #11 120.7 checking whether C compiler handles -Warray-bounds=2... yes #11 121.3 checking whether C compiler handles -Wattribute-alias=2... yes #11 121.9 checking whether C compiler handles -Wformat=2... yes #11 122.5 checking whether C compiler handles -Wformat-truncation=2... yes #11 122.7 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 123.4 checking whether C compiler handles -Wshift-overflow=2... yes #11 123.9 checking whether C compiler handles -Wuse-after-free=3... no #11 124.2 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 124.6 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 124.9 checking whether C compiler handles -Wredundant-decls... yes #11 125.4 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 125.4 checking whether C compiler handles -Wno-override-init... yes #11 125.7 checking whether C compiler handles -Wno-sign-compare... yes #11 126.2 checking whether C compiler handles -Wno-type-limits... yes #11 126.5 checking whether C compiler handles -Wno-unused-parameter... yes #11 127.0 checking whether C compiler handles -Wno-format-nonliteral... yes #11 127.4 checking whether C compiler handles -Wno-bidi-chars... no #11 127.6 checking for a BSD-compatible install... /usr/bin/install -c #11 127.7 checking command to symlink files in the same directory... ln -s #11 127.7 checking for install-info... : #11 127.7 checking for gzip... /bin/gzip #11 127.7 checking for 'find' args to delete a file... -delete #11 127.8 checking for brew... no #11 128.7 checking for -znocombreloc... not needed #11 128.7 checking whether addresses are sanitized... no #11 128.8 checking for math library... -lm #11 130.8 checking for struct passwd.pw_gecos... yes #11 131.2 checking for pkg-config... /usr/bin/pkg-config #11 131.2 checking pkg-config is at least version 0.9.0... yes #11 131.3 checking for machine/soundcard.h... no #11 131.7 checking for sys/soundcard.h... yes #11 132.2 checking for soundcard.h... no #11 132.5 checking for mmsystem.h... no #11 132.8 checking for _oss_ioctl in -lossaudio... no #11 133.3 checking for alsa >= 1.0.0... no #11 133.4 checking for ADDR_NO_RANDOMIZE... yes #11 133.8 checking if Linux sysinfo may be used... yes #11 135.0 checking for sys/wait.h that is POSIX.1 compatible... yes #11 135.6 checking for net/if.h... yes #11 136.2 checking for ifaddrs.h... yes #11 137.0 checking for net/if_dl.h... no #11 137.6 checking for struct ifreq.ifr_flags... yes #11 138.4 checking for struct ifreq.ifr_hwaddr... yes #11 139.6 checking for struct ifreq.ifr_netmask... yes #11 140.7 checking for struct ifreq.ifr_broadaddr... yes #11 142.1 checking for struct ifreq.ifr_addr... yes #11 143.6 checking for struct ifreq.ifr_addr.sa_len... no #11 144.8 checking whether gcc understands -MMD -MF... yes #11 145.1 checking for X... no #11 146.2 checking AppKit/AppKit.h usability... yes #11 154.6 checking AppKit/AppKit.h presence... yes #11 155.8 checking for AppKit/AppKit.h... yes #11 155.8 checking for Mac OS X 12.0 or later... yes #11 156.0 checking for gcc... gcc #11 156.3 checking whether we are using the GNU Objective C compiler... yes #11 156.6 checking whether gcc accepts -g... yes #11 156.9 checking if the Objective C compiler supports instancetype... yes #11 157.0 checking if the Objective C compiler defaults to C99... no #11 157.2 checking whether malloc is Doug Lea style... no #11 157.6 checking for sbrk... yes #11 158.4 checking for __lsan_ignore_object... no #11 159.1 checking for fchmod... yes #11 159.9 checking for utmpname... yes #11 160.6 checking for utmpxname... yes #11 161.5 checking for canonicalize_file_name... yes #11 162.4 checking for realpath... yes #11 163.3 checking for lstat... yes #11 164.3 checking for fchmodat... yes #11 165.1 checking for lchmod... no #11 165.5 checking for fcntl... yes #11 166.0 checking for fdopendir... yes #11 166.7 checking for listxattr... yes #11 167.4 checking for fstatat... yes #11 168.3 checking for fsync... yes #11 169.1 checking for gettimeofday... yes #11 169.9 checking for memset_explicit... no #11 170.5 checking for memset_s... no #11 171.1 checking for pselect... yes #11 171.8 checking for readlink... yes #11 172.4 checking for isblank... yes #11 173.0 checking for iswctype... yes #11 173.9 checking for strtoimax... yes #11 174.4 checking for symlink... yes #11 174.7 checking for localtime_r... yes #11 175.4 checking for getdtablesize... yes #11 175.9 checking for getpagesize... yes #11 176.3 checking for working mmap... yes #11 177.3 checking for main in -lXbsd... no #11 177.7 checking for pthread library... -lpthread #11 179.0 checking for thread support... yes #11 179.0 checking for librsvg-2.0 >= 2.14.0... no #11 179.1 checking for libwebpdemux >= 0.6.0... no #11 179.2 checking for WebPGetInfo... no #11 180.0 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 180.1 checking for sqlite3_open_v2 in -lsqlite3... no #11 180.6 checking for getaddrinfo_a in -lanl... yes #11 181.1 checking for malloc_trim... yes #11 181.5 checking for dbus-1 >= 1.0... yes #11 181.7 checking for dbus_watch_get_unix_fd... yes #11 182.4 checking for dbus_type_is_valid... yes #11 183.5 checking for dbus_validate_bus_name... yes #11 184.4 checking for dbus_validate_path... yes #11 185.4 checking for dbus_validate_interface... yes #11 186.3 checking for dbus_validate_member... yes #11 187.1 checking for lgetfilecon in -lselinux... no #11 187.7 checking for gnutls >= 2.12.2... yes #11 187.9 checking for libsystemd >= 222... no #11 188.0 checking for jansson >= 2.7... no #11 188.0 checking for tree-sitter >= 0.20.2... no #11 188.1 checking for tree-sitter >= 0.6.3... no #11 188.2 checking sys/inotify.h usability... yes #11 188.8 checking sys/inotify.h presence... yes #11 189.0 checking for sys/inotify.h... yes #11 189.0 checking for inotify_init1... yes #11 189.9 checking for jpeglib 6b or later... no #11 190.5 checking for lcms2... no #11 190.6 checking for library containing inflateEnd... -lz #11 192.4 checking for dladdr... yes #11 193.3 checking for dlfunc... no #11 194.2 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 194.8 found. #11 194.8 Please try installing libgccjit or a similar package if you want to have it #11 194.8 enabled. #11 194.8 no #11 194.8 checking libgccjit.h usability... no #11 195.3 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 195.5 were not found. #11 195.5 Please try installing libgccjit-dev or a similar package if you want to have it #11 195.5 enabled. #11 195.5 no #11 195.5 checking for libgccjit.h... no #11 195.5 checking for libpng >= 1.0.0... no #11 195.6 checking for libpng not configured by pkg-config... no #11 195.9 checking tiffio.h usability... no #11 196.3 checking tiffio.h presence... no #11 196.4 checking for tiffio.h... no #11 196.4 checking gif_lib.h usability... no #11 196.7 checking gif_lib.h presence... no #11 196.8 checking for gif_lib.h... no #11 196.8 checking gpm.h usability... no #11 197.2 checking gpm.h presence... no #11 197.4 checking for gpm.h... no #11 197.4 checking for libxml-2.0 > 2.6.17... no #11 197.5 checking for maillock in -lmail... no #11 197.9 checking for maillock in -llockfile... no #11 198.2 checking for liblockfile.so... no #11 198.2 checking maillock.h usability... no #11 198.6 checking maillock.h presence... no #11 198.8 checking for maillock.h... no #11 198.8 checking linux/seccomp.h usability... yes #11 199.5 checking linux/seccomp.h presence... yes #11 199.6 checking for linux/seccomp.h... yes #11 199.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 200.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 200.6 checking linux/filter.h usability... yes #11 201.2 checking linux/filter.h presence... yes #11 201.4 checking for linux/filter.h... yes #11 201.6 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 201.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 201.8 checking for libseccomp >= 2.5.2... no #11 201.9 checking size of long... 8 #11 202.9 checking for accept4... yes #11 203.9 checking for fchdir... yes #11 204.7 checking for gethostname... yes #11 205.6 checking for getrusage... yes #11 206.2 checking for get_current_dir_name... yes #11 206.9 checking for lrand48... yes #11 207.4 checking for random... yes #11 208.1 checking for rint... yes #11 209.1 checking for tcdrain... yes #11 209.8 checking for trunc... yes #11 210.5 checking for select... yes #11 210.8 checking for getpagesize... (cached) yes #11 210.9 checking for setlocale... yes #11 211.2 checking for newlocale... yes #11 211.8 checking for getrlimit... yes #11 212.4 checking for setrlimit... yes #11 212.8 checking for shutdown... yes #11 213.7 checking for pthread_sigmask... (cached) yes #11 213.8 checking for strsignal... yes #11 214.4 checking for setitimer... yes #11 215.0 checking for sendto... yes #11 215.6 checking for recvfrom... yes #11 216.3 checking for getsockname... yes #11 216.9 checking for getifaddrs... yes #11 217.3 checking for freeifaddrs... yes #11 218.0 checking for gai_strerror... yes #11 218.7 checking for sync... yes #11 219.6 checking for endpwent... yes #11 220.2 checking for getgrent... yes #11 220.9 checking for endgrent... yes #11 221.3 checking for renameat2... yes #11 221.7 checking for cfmakeraw... yes #11 222.3 checking for cfsetspeed... yes #11 223.0 checking for __executable_start... yes #11 223.4 checking for log2... yes #11 224.0 checking for pthread_setname_np... yes #11 224.5 checking for pthread_set_name_np... no #11 224.8 checking for getpwent... yes #11 225.1 checking whether pthread_setname_np takes a single argument... no #11 225.4 checking whether pthread_setname_np takes three arguments... no #11 225.8 checking for aligned_alloc... yes #11 226.4 checking whether aligned_alloc is declared... yes #11 226.8 checking for posix_madvise... yes #11 227.3 checking for madvise... yes #11 227.8 checking for __builtin_frame_address... yes #11 228.4 checking for __builtin_unwind_init... yes #11 228.9 checking for _LARGEFILE_SOURCE value needed for large files... no #11 229.6 checking for grantpt... yes #11 230.6 checking for getpt... yes #11 231.1 checking for posix_openpt... yes #11 231.5 checking for library containing tputs... -ltinfo #11 232.4 checking whether -ltinfo library defines BC... yes #11 233.0 checking for timerfd interface... yes #11 233.5 checking whether signals can be handled on alternate stack... yes #11 233.8 checking valgrind/valgrind.h usability... no #11 234.1 checking valgrind/valgrind.h presence... no #11 234.3 checking for valgrind/valgrind.h... no #11 234.3 checking for struct unipair.unicode... yes #11 234.5 checking for pid_t... yes #11 235.2 checking vfork.h usability... no #11 235.6 checking vfork.h presence... no #11 235.7 checking for vfork.h... no #11 235.8 checking for fork... yes #11 236.9 checking for vfork... yes #11 237.9 checking for working fork... yes #11 239.2 checking for working vfork... (cached) yes #11 239.2 checking for snprintf... yes #11 240.1 checking for open_memstream... yes #11 240.7 checking spawn.h usability... yes #11 241.3 checking spawn.h presence... yes #11 241.5 checking for spawn.h... yes #11 241.6 checking for posix_spawn... yes #11 242.2 checking for posix_spawn_file_actions_addchdir... no #11 242.7 checking for posix_spawn_file_actions_addchdir_np... yes #11 243.5 checking for posix_spawnattr_setflags... yes #11 244.5 checking whether POSIX_SPAWN_SETSID is declared... yes #11 244.9 checking whether GLib is linked in... no #11 245.1 checking for nl_langinfo and CODESET... yes #11 245.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 246.6 checking for mbstate_t... yes #11 247.3 checking for signals via characters... yes #11 247.7 checking for _setjmp... yes #11 248.4 checking for sigsetjmp... yes #11 249.0 checking POSIX termios... yes #11 249.6 checking size of speed_t... 4 #11 250.6 checking for usable FIONREAD... yes #11 251.0 checking for usable SIGIO... yes #11 251.4 checking for struct alignment... yes #11 251.9 checking for C/C++ restrict keyword... __restrict__ #11 252.3 checking for typeof syntax and keyword spelling... typeof #11 252.8 checking for statement expressions... yes #11 253.2 checking whether malloc (0) returns nonnull... yes #11 254.1 checking sys/acl.h usability... yes #11 254.8 checking sys/acl.h presence... yes #11 254.9 checking for sys/acl.h... yes #11 254.9 checking for library containing acl_get_file... -lacl #11 256.3 checking for acl_get_file... yes #11 257.1 checking for acl_get_fd... yes #11 257.9 checking for acl_set_file... yes #11 258.8 checking for acl_set_fd... yes #11 259.5 checking for acl_free... yes #11 260.3 checking for acl_from_mode... yes #11 261.0 checking for acl_from_text... yes #11 261.7 checking for acl_delete_def_file... yes #11 262.5 checking for acl_extended_file... yes #11 263.4 checking for acl_delete_fd_np... no #11 264.4 checking for acl_delete_file_np... no #11 265.1 checking for acl_copy_ext_native... no #11 266.2 checking for acl_create_entry_np... no #11 267.1 checking for acl_to_short_text... no #11 267.8 checking for acl_free_text... no #11 268.4 checking for working acl_get_file... yes #11 269.0 checking acl/libacl.h usability... yes #11 269.5 checking acl/libacl.h presence... yes #11 269.6 checking for acl/libacl.h... yes #11 269.7 checking for acl_entries... yes #11 270.2 checking for ACL_FIRST_ENTRY... yes #11 270.7 checking for ACL_TYPE_EXTENDED... no #11 271.0 checking for working alloca.h... yes #11 271.8 checking for alloca... yes #11 272.3 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 272.3 checking whether the preprocessor supports include_next... yes #11 272.7 checking whether source code line length is unlimited... yes #11 272.9 checking whether endutent is declared... yes #11 273.4 checking for struct utmpx.ut_user... yes #11 274.0 checking for struct utmp.ut_user... yes #11 274.7 checking for struct utmpx.ut_name... yes #11 275.5 checking for struct utmp.ut_name... yes #11 276.3 checking for struct utmpx.ut_type... yes #11 276.7 checking for struct utmp.ut_type... yes #11 277.5 checking for struct utmpx.ut_pid... yes #11 278.3 checking for struct utmp.ut_pid... yes #11 279.2 checking for struct utmp.ut_tv... yes #11 280.2 checking for struct utmpx.ut_host... yes #11 280.8 checking for struct utmp.ut_host... yes #11 281.7 checking for struct utmpx.ut_id... yes #11 282.4 checking for struct utmp.ut_id... yes #11 283.2 checking for struct utmpx.ut_session... yes #11 284.0 checking for struct utmp.ut_session... yes #11 284.6 checking for struct utmpx.ut_exit... yes #11 285.6 checking for struct utmp.ut_exit... yes #11 286.6 checking for struct utmpx.ut_exit.ut_exit... no #11 287.6 checking for struct utmpx.ut_exit.e_exit... yes #11 288.3 checking for struct utmp.ut_exit.e_exit... yes #11 288.8 checking for struct utmpx.ut_exit.ut_termination... no #11 289.6 checking for struct utmpx.ut_exit.e_termination... yes #11 290.1 checking for struct utmp.ut_exit.e_termination... yes #11 290.7 checking whether sysinfo is declared... yes #11 291.0 checking for sys/sysctl.h... yes #11 291.7 checking for sysctl... yes #11 292.1 checking whether lstat correctly handles trailing slash... yes #11 292.8 checking whether // is distinct from /... no #11 292.9 checking whether realpath works... yes #11 293.6 checking for faccessat... yes #11 294.3 checking for getcwd... yes #11 295.0 checking whether byte ordering is bigendian... no #11 296.1 checking if environ is properly declared... yes #11 296.4 checking for complete errno.h... yes #11 296.5 checking whether ctype.h defines __header_inline... no #11 296.6 checking for mode_t... yes #11 297.7 checking whether strmode is declared... no #11 298.7 checking whether getline is declared... yes #11 299.2 checking for gawk... no #11 299.2 checking for mawk... mawk #11 299.2 checking for getopt.h... (cached) yes #11 299.2 checking for getopt_long_only... yes #11 299.6 checking whether getopt is POSIX compatible... yes #11 301.8 checking for working GNU getopt function... yes #11 302.4 checking for working GNU getopt_long function... yes #11 302.9 checking whether timespec_get is declared... yes #11 303.2 checking for timespec_get... yes #11 303.6 checking for struct timeval... yes #11 305.7 checking for wide-enough struct timeval.tv_sec member... yes #11 306.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 306.3 checking whether the compiler produces multi-arch binaries... no #11 306.5 checking whether stdint.h conforms to C99... yes #11 306.9 checking whether stdint.h works without ISO C predefines... yes #11 307.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 307.2 checking whether memmem is declared... yes #11 309.7 checking whether memrchr is declared... yes #11 310.2 checking whether defines MIN and MAX... no #11 310.6 checking whether defines MIN and MAX... yes #11 311.1 checking whether time_t is signed... yes #11 311.6 checking whether alarm is declared... yes #11 312.3 checking for working mktime... no #11 313.0 checking whether struct tm is in sys/time.h or time.h... time.h #11 313.2 checking for struct tm.tm_zone... yes #11 313.5 checking for struct tm.tm_gmtoff... yes #11 314.5 checking whether is self-contained... yes #11 316.0 checking for inline... inline #11 316.2 checking for sigset_t... yes #11 316.9 checking for volatile sig_atomic_t... yes #11 317.2 checking for sighandler_t... yes #11 317.5 checking for wchar_t... yes #11 317.7 checking for good max_align_t... yes #11 317.9 checking whether NULL can be used in arbitrary expressions... yes #11 318.3 checking for unreachable... no #11 318.9 checking whether fcloseall is declared... yes #11 319.4 checking whether getw is declared... yes #11 319.7 checking whether putw is declared... yes #11 320.0 checking which flavor of printf attribute matches inttypes macros... system #11 320.3 checking whether strnlen is declared... yes #11 320.8 checking whether strtoimax is declared... yes #11 321.1 checking whether stat file-mode macros are broken... no #11 321.3 checking for nlink_t... yes #11 321.6 checking for struct timespec in ... yes #11 322.0 checking for TIME_UTC in ... yes #11 322.2 checking whether execvpe is declared... yes #11 322.8 checking whether clearerr_unlocked is declared... yes #11 323.4 checking whether feof_unlocked is declared... yes #11 324.1 checking whether ferror_unlocked is declared... yes #11 324.6 checking whether fflush_unlocked is declared... yes #11 325.3 checking whether fgets_unlocked is declared... yes #11 326.1 checking whether fputc_unlocked is declared... yes #11 326.9 checking whether fputs_unlocked is declared... yes #11 327.7 checking whether fread_unlocked is declared... yes #11 328.3 checking whether fwrite_unlocked is declared... yes #11 328.8 checking whether getc_unlocked is declared... yes #11 329.1 checking whether getchar_unlocked is declared... yes #11 329.6 checking whether putc_unlocked is declared... yes #11 330.3 checking whether putchar_unlocked is declared... yes #11 331.1 checking type of array argument to getgroups... gid_t #11 331.9 checking whether getdelim is declared... yes #11 332.4 checking whether getdtablesize is declared... yes #11 332.7 checking whether malloc is ptrdiff_t safe... yes #11 332.9 checking whether malloc, realloc, calloc set errno on failure... yes #11 332.9 checking for O_CLOEXEC... yes #11 333.1 checking for promoted mode_t type... mode_t #11 333.3 checking whether the utimes function works... yes #11 334.5 checking for C compiler option to allow warnings... -Wno-error #11 335.2 checking for alignas and alignof... yes, macros #11 336.0 checking for alloca as a compiler built-in... yes #11 336.2 checking for static_assert... yes, an macro #11 336.9 checking for __builtin_expect... yes #11 337.4 checking byteswap.h usability... yes #11 338.0 checking byteswap.h presence... yes #11 338.2 checking for byteswap.h... yes #11 338.2 checking for readlinkat... yes #11 338.7 checking for library containing clock_gettime... none required #11 339.2 checking for clock_getres... yes #11 339.8 checking for clock_gettime... yes #11 340.5 checking for clock_settime... yes #11 341.1 checking for copy_file_range... yes #11 341.5 checking for d_type member in directory struct... yes #11 342.0 checking whether // is distinct from /... (cached) no #11 342.0 checking whether dup2 works... yes #11 342.8 checking for library containing backtrace_symbols_fd... none required #11 343.4 checking for faccessat... (cached) yes #11 343.4 checking whether fchmodat works... no #11 344.2 checking for readlinkat... (cached) yes #11 344.2 checking whether fcntl handles F_DUPFD correctly... yes #11 344.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 346.3 checking whether fdopendir is declared... yes #11 346.7 checking whether fdopendir works... yes #11 347.5 checking for flexible array member... yes #11 347.9 checking for __fpending... yes #11 348.5 checking whether __fpending is declared... yes #11 348.9 checking whether free is known to preserve errno... no #11 349.1 checking whether fstatat (..., 0) works... yes #11 349.5 checking for sys/mount.h... yes #11 350.0 checking for statvfs function (SVR4)... yes #11 350.5 checking whether to use statvfs64... no #11 350.8 checking for two-argument statfs with statfs.f_frsize member... yes #11 351.2 checking sys/fs/s5param.h usability... no #11 351.5 checking sys/fs/s5param.h presence... no #11 351.6 checking for sys/fs/s5param.h... no #11 351.7 checking sys/statfs.h usability... yes #11 352.1 checking sys/statfs.h presence... yes #11 352.3 checking for sys/statfs.h... yes #11 352.3 checking for statfs that truncates block counts... no #11 352.6 checking for futimens... yes #11 352.9 checking whether futimens works... yes #11 354.3 checking for getline... yes #11 354.6 checking for working getline function... yes #11 355.4 checking for getloadavg... yes #11 355.9 checking sys/loadavg.h usability... no #11 356.3 checking sys/loadavg.h presence... no #11 356.4 checking for sys/loadavg.h... no #11 356.4 checking whether getloadavg is declared... yes #11 356.7 checking for getrandom... yes #11 357.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 357.6 checking for gettimeofday with POSIX signature... yes #11 357.8 checking whether the compiler supports the __inline keyword... yes #11 358.1 checking gmp.h usability... yes #11 358.7 checking gmp.h presence... yes #11 358.8 checking for gmp.h... yes #11 358.8 checking for library containing __gmpz_roinit_n... -lgmp #11 359.7 checking for memmem... yes #11 360.0 checking whether memmem works... yes #11 360.5 checking for mempcpy... yes #11 361.0 checking for memrchr... yes #11 361.4 checking for explicit_memset... no #11 361.9 checking for mkostemp... yes #11 362.5 checking for library containing nanosleep... none required #11 362.9 checking for working nanosleep... no (mishandles large arguments) #11 364.8 checking for sys/pstat.h... no #11 365.0 checking for sys/sysmp.h... no #11 365.3 checking for sys/param.h... (cached) yes #11 365.3 checking for sys/sysctl.h... (cached) yes #11 365.4 checking for sched_getaffinity_np... no #11 366.0 checking for pstat_getdynamic... no #11 366.5 checking for sysmp... no #11 366.8 checking for sysctl... (cached) yes #11 366.8 checking for sched_getaffinity... yes #11 367.2 checking for glibc compatible sched_getaffinity... yes #11 367.5 checking for pipe2... yes #11 367.9 checking whether signature of pselect conforms to POSIX... yes #11 368.5 checking whether pselect detects invalid fds... yes #11 369.0 checking whether pthread_sigmask is a macro... no #11 369.1 checking whether pthread_sigmask returns error numbers... yes #11 369.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 372.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 373.8 checking whether readlink signature is correct... yes #11 374.3 checking whether readlink handles trailing slash correctly... yes #11 375.0 checking whether readlink truncates results correctly... yes #11 375.8 checking for readlinkat... (cached) yes #11 375.8 checking whether readlinkat signature is correct... yes #11 376.3 checking for working re_compile_pattern... no #11 378.1 checking libintl.h usability... yes #11 378.7 checking libintl.h presence... yes #11 378.9 checking for libintl.h... yes #11 379.0 checking whether isblank is declared... yes #11 379.5 checking for sig2str... no #11 380.2 checking for sigdescr_np... no #11 381.2 checking for socklen_t... yes #11 382.1 checking for ssize_t... yes #11 382.7 checking for struct stat.st_atim.tv_nsec... yes #11 383.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 383.8 checking for struct stat.st_birthtimespec.tv_nsec... no #11 384.5 checking for struct stat.st_birthtimensec... no #11 385.2 checking for struct stat.st_birthtim.tv_nsec... no #11 386.0 checking for bool, true, false... no #11 386.4 checking for stpcpy... yes #11 387.0 checking for working strnlen... yes #11 387.9 checking whether strtoimax works... yes #11 388.6 checking whether symlink handles trailing slash correctly... yes #11 389.6 checking whether localtime_r is declared... yes #11 390.0 checking whether localtime_r is compatible with its POSIX signature... yes #11 390.3 checking whether localtime works even near extrema... yes #11 391.4 checking for timezone_t... no #11 391.6 checking for timegm... yes #11 392.3 checking whether timer_settime is declared... yes #11 392.8 checking for library containing timer_settime... -lrt #11 394.2 checking for timer_settime... yes #11 395.0 checking for utimensat... yes #11 395.6 checking whether utimensat works... yes #11 397.5 checking for variable-length arrays... yes #11 398.1 checking whether getdtablesize works... yes #11 398.9 checking for __mktime_internal... no #11 399.8 checking for timer_getoverrun... yes #11 400.5 checking for gcc option to disable position independent executables... not needed #11 400.5 checking for __ctype_get_mb_cur_max... yes #11 401.2 checking whether MB_CUR_MAX is defined to function that won't link... no #11 401.4 #11 401.4 Configured for 'x86_64-pc-linux-gnu'. #11 401.4 #11 401.4 Where should the build process find the source code? . #11 401.4 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 401.4 Should Emacs use the GNU version of malloc? no #11 401.4 (The GNU allocators don't work with this system configuration.) #11 401.4 Should Emacs use a relocating allocator for buffers? no #11 401.4 Should Emacs use mmap(2) for buffer allocation? no #11 401.4 What window system should Emacs use? nextstep #11 401.4 What toolkit should Emacs use? none #11 401.4 Where do we find X Windows header files? NONE #11 401.4 Where do we find X Windows libraries? NONE #11 401.4 Does Emacs use -lXaw3d? no #11 401.4 Is Emacs being built for Android? no #11 401.4 Does Emacs use the X Double Buffer Extension? no #11 401.4 Does Emacs use -lXpm? no #11 401.4 Does Emacs use -ljpeg? no #11 401.4 Does Emacs use -ltiff? no #11 401.4 Does Emacs use a gif library? no #11 401.4 Does Emacs use a png library? no #11 401.4 Does Emacs use -lrsvg-2? no #11 401.4 Does Emacs use -lwebp? no #11 401.4 Does Emacs use -lsqlite3? no #11 401.4 Does Emacs use cairo? no #11 401.4 Does Emacs use -llcms2? no #11 401.4 Does Emacs use imagemagick? no #11 401.4 Does Emacs use native APIs for images? yes (ns) #11 401.4 Does Emacs support sound? yes #11 401.4 Does Emacs use -lgpm? no #11 401.4 Does Emacs use -ldbus? yes #11 401.4 Does Emacs use -lgconf? no #11 401.4 Does Emacs use GSettings? no #11 401.4 Does Emacs use a file notification library? yes -lglibc (inotify) #11 401.4 Does Emacs use access control lists? yes -lacl -lattr #11 401.4 Does Emacs use -lselinux? no #11 401.4 Does Emacs use -lgnutls? yes #11 401.4 Does Emacs use -lxml2? no #11 401.4 Does Emacs use -lfreetype? no #11 401.4 Does Emacs use HarfBuzz? no #11 401.4 Does Emacs use -lm17n-flt? no #11 401.4 Does Emacs use -lotf? no #11 401.4 Does Emacs use -lxft? no #11 401.4 Does Emacs use -lsystemd? no #11 401.4 Does Emacs use -ljansson? no #11 401.4 Does Emacs use -ltree-sitter? no #11 401.4 Does Emacs use the GMP library? yes #11 401.4 Does Emacs directly use zlib? yes #11 401.4 Does Emacs have dynamic modules support? yes #11 401.4 Does Emacs use toolkit scroll bars? yes #11 401.4 Does Emacs support Xwidgets? no #11 401.4 Does Emacs have threading support in lisp? yes #11 401.4 Does Emacs support the portable dumper? yes #11 401.4 Does Emacs support legacy unexec dumping? no #11 401.4 Which dumping strategy does Emacs use? pdumper #11 401.4 Does Emacs have native lisp compiler? no #11 401.4 Does Emacs use version 2 of the X Input Extension? no #11 401.4 Does Emacs generate a smaller-size Japanese dictionary? no #11 401.4 #11 401.4 #11 401.4 #11 401.4 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 401.4 Run 'make install' in order to build an application bundle. #11 401.4 The application will go to nextstep/Emacs.app and can be run or moved #11 401.4 from there. #11 401.4 The application will be fully self-contained. #11 401.4 #11 403.4 configure: creating ./config.status #11 405.1 config.status: creating src/verbose.mk #11 405.4 config.status: creating src/emacs-module.h #11 405.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 405.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 406.1 config.status: creating Makefile #11 406.3 config.status: creating lib/gnulib.mk #11 406.4 config.status: creating ./doc/man/emacs.1 #11 406.6 config.status: creating lib/Makefile #11 406.9 config.status: creating lib-src/Makefile #11 407.2 config.status: creating oldXMenu/Makefile #11 407.4 config.status: creating src/Makefile #11 407.5 config.status: creating lwlib/Makefile #11 407.7 config.status: creating nextstep/Makefile #11 407.8 config.status: creating nt/Makefile #11 408.2 config.status: creating doc/emacs/Makefile #11 408.5 config.status: creating doc/misc/Makefile #11 408.6 config.status: creating doc/lispintro/Makefile #11 408.7 config.status: creating doc/lispref/Makefile #11 408.9 config.status: creating lisp/Makefile #11 409.0 config.status: creating leim/Makefile #11 409.2 config.status: creating test/Makefile #11 409.6 config.status: creating test/manual/noverlay/Makefile #11 410.4 config.status: creating test/infra/Makefile #11 410.6 config.status: creating admin/charsets/Makefile #11 410.7 config.status: creating admin/unidata/Makefile #11 410.9 config.status: creating admin/grammars/Makefile #11 411.1 config.status: creating java/Makefile #11 411.3 config.status: creating cross/Makefile #11 411.4 config.status: creating java/AndroidManifest.xml #11 411.6 config.status: creating src/config.h #11 411.7 config.status: executing src/epaths.h commands #11 412.0 config.status: executing src/.gdbinit commands #11 412.0 config.status: executing doc/emacs/emacsver.texi commands #11 412.1 config.status: executing etc-refcards-emacsver.tex commands #11 412.5 configure: WARNING: This configuration installs a 'movemail' program #11 412.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 412.5 installed a 'movemail' program that retrieved POP3 email via only #11 412.5 insecure channels, a practice that is no longer recommended but that #11 412.5 you can continue to support by using './configure --with-pop'. #11 412.5 configure: You might want to install GNU Mailutils #11 412.5 and use './configure --with-mailutils'. #11 DONE 414.7s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 4.563 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 4.617 make[1]: Entering directory '/checkout' #12 5.039 make bootstrap-clean #12 5.058 make[2]: Entering directory '/checkout' #12 5.362 make -C src bootstrap-clean #12 5.401 make[3]: Entering directory '/checkout/src' #12 5.401 GEN /checkout/src/lisp.mk #12 6.414 rm -f android-emacs libemacs.so #12 6.422 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 6.436 rm -f dmpstruct.h #12 6.443 rm -f emacs.pdmp #12 6.453 rm -f ../etc/DOC #12 6.478 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 6.489 rm -f emacs-30.0.50 #12 6.515 rm -f buildobj.h #12 6.523 rm -f globals.h gl-stamp #12 6.540 rm -f ./*.res ./*.tmp #12 6.552 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 6.559 rm -f ../etc/DOC* #12 6.575 rm -f deps/* #12 6.583 rm -f emacs-module.h epaths.h config.h config.stamp #12 6.615 if test -f ./.gdbinit; then \ #12 6.615 mv ./.gdbinit ./.gdbinit.save; \ #12 6.615 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 6.615 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 6.615 fi #12 6.702 make[3]: Leaving directory '/checkout/src' #12 6.704 make -C oldXMenu bootstrap-clean #12 6.713 make[3]: Entering directory '/checkout/oldXMenu' #12 6.713 rm -f libXMenu11.a ./*.o deps/* #12 6.729 rm -f Makefile #12 6.734 rm -fr deps #12 6.739 make[3]: Leaving directory '/checkout/oldXMenu' #12 6.744 make -C lwlib bootstrap-clean #12 6.777 make[3]: Entering directory '/checkout/lwlib' #12 6.792 rm -f ./*.o liblw.a \#* deps/* #12 6.802 rm -f Makefile #12 6.822 rm -fr deps #12 6.842 rm -f TAGS #12 6.846 make[3]: Leaving directory '/checkout/lwlib' #12 6.851 make -C lib bootstrap-clean #12 7.075 make[3]: Entering directory '/checkout/lib' #12 7.095 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 7.120 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.151 rm -f Makefile Makefile.android #12 7.171 rm -fr deps #12 7.186 make[3]: Leaving directory '/checkout/lib' #12 7.188 make -C lib-src bootstrap-clean #12 7.204 make[3]: Entering directory '/checkout/lib-src' #12 7.215 rm -f core ./*.o ./*.res #12 7.222 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 7.239 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 7.259 rm -f TAGS Makefile blessmail Makefile.android #12 7.287 make[3]: Leaving directory '/checkout/lib-src' #12 7.288 make -C nt bootstrap-clean #12 7.316 make[3]: Entering directory '/checkout/nt' #12 7.335 rm -f core *.o *.res #12 7.338 rm -f runemacs addpm cmdproxy ddeclient #12 7.355 rm -f TAGS Makefile *.rc #12 7.373 true #12 7.373 make[3]: Leaving directory '/checkout/nt' #12 7.375 make -C doc/emacs bootstrap-clean #12 7.432 make[3]: Entering directory '/checkout/doc/emacs' #12 7.433 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.433 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.447 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 7.471 rm -f Makefile #12 7.484 rm -f \ #12 7.484 ./../../info/emacs.info \ #12 7.484 ./../../info/emacs.info-[1-9] \ #12 7.484 ./../../info/emacs.info-[1-9][0-9] #12 7.511 rm -f ./emacsver.texi TAGS #12 7.543 make[3]: Leaving directory '/checkout/doc/emacs' #12 7.543 make -C doc/misc bootstrap-clean #12 7.567 make[3]: Entering directory '/checkout/doc/misc' #12 7.567 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 7.567 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 7.567 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 7.591 rm -f gnustmp* #12 7.599 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 7.664 rm -f Makefile #12 7.683 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 7.683 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 7.683 rm -f \ #12 7.683 ./../../info/${file} \ #12 7.683 ./../../info/${file}-[1-9] \ #12 7.683 ./../../info/${file}-[1-9][0-9]; \ #12 7.683 done #12 10.01 rm -f ./modus-themes.texi ./org.texi #12 10.02 rm -f TAGS #12 10.03 make[3]: Leaving directory '/checkout/doc/misc' #12 10.03 make -C doc/lispref bootstrap-clean #12 10.06 make[3]: Entering directory '/checkout/doc/lispref' #12 10.06 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.06 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.10 rm -f elisp[12]* vol[12].tmp #12 10.11 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 10.15 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 10.17 rm -f Makefile #12 10.19 rm -f \ #12 10.19 ./../../info/elisp.info \ #12 10.19 ./../../info/elisp.info-[1-9] \ #12 10.19 ./../../info/elisp.info-[1-9][0-9] #12 10.22 rm -f TAGS #12 10.23 make[3]: Leaving directory '/checkout/doc/lispref' #12 10.23 make -C doc/lispintro bootstrap-clean #12 10.25 make[3]: Entering directory '/checkout/doc/lispintro' #12 10.26 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.26 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.27 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 10.30 rm -f Makefile #12 10.31 rm -f \ #12 10.31 ./../../info/eintr.info \ #12 10.31 ./../../info/eintr.info-[1-9] #12 10.32 rm -f TAGS #12 10.33 make[3]: Leaving directory '/checkout/doc/lispintro' #12 10.34 make -C test bootstrap-clean #12 10.35 make[3]: Entering directory '/checkout/test' #12 10.79 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 11.02 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 11.05 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 11.07 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 11.07 src/emacs-module-resources/*.dll gmp.h #12 11.08 find . -name '*.elc' -delete #12 11.12 make[3]: Leaving directory '/checkout/test' #12 11.13 make -C java bootstrap-clean #12 11.46 make[3]: Entering directory '/checkout/java' #12 11.46 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 11.47 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 11.49 find . -name '*.class' -delete #12 11.50 rm -f Makefile ndk-build.mk #12 11.53 make[3]: Leaving directory '/checkout/java' #12 11.53 make -C cross bootstrap-clean #12 11.55 make[3]: Entering directory '/checkout/cross' #12 11.55 for dir in src lib-src lib etc; do \ #12 11.55 find $dir -type f -delete; \ #12 11.55 done #12 11.60 rm -rf lib/config.h lib-src/config.h #12 11.60 if test -f ndk-build/Makefile; then \ #12 11.60 make -C ndk-build clean; \ #12 11.60 fi #12 11.60 for dir in src lib-src lib etc; do \ #12 11.60 find $dir -type l -delete; \ #12 11.60 done #12 11.63 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 11.63 rm -rf ndk-build/ndk-build.mk Makefile #12 11.64 make[3]: Leaving directory '/checkout/cross' #12 11.64 make -C nextstep bootstrap-clean #12 11.65 make[3]: Entering directory '/checkout/nextstep' #12 11.65 rm -rf /checkout/nextstep/Emacs.app #12 11.66 rm -f Makefile #12 11.69 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 11.69 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 11.69 Cocoa/Emacs.base/Contents/Info.plist \ #12 11.69 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 11.69 make[3]: Leaving directory '/checkout/nextstep' #12 11.70 make -C admin/charsets bootstrap-clean #12 11.72 make[3]: Entering directory '/checkout/admin/charsets' #12 11.72 make[3]: Nothing to be done for 'bootstrap-clean'. #12 11.72 make[3]: Leaving directory '/checkout/admin/charsets' #12 11.72 make -C admin/unidata bootstrap-clean #12 11.73 make[3]: Entering directory '/checkout/admin/unidata' #12 11.84 rm -f ./*.elc unidata.txt #12 11.85 make[3]: Leaving directory '/checkout/admin/unidata' #12 11.85 make -C leim bootstrap-clean #12 11.90 make[3]: Entering directory '/checkout/leim' #12 11.90 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 11.91 make[3]: Leaving directory '/checkout/leim' #12 11.91 make -C lisp bootstrap-clean #12 11.92 make[3]: Entering directory '/checkout/lisp' #12 12.04 find . -name '*.elc' -delete #12 12.07 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 12.08 make[3]: Leaving directory '/checkout/lisp' #12 12.08 make -C admin/grammars bootstrap-clean #12 12.10 make[3]: Entering directory '/checkout/admin/grammars' #12 12.10 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.10 make[3]: Leaving directory '/checkout/admin/grammars' #12 12.10 [ ! -f config.log ] || mv -f config.log config.log~ #12 12.21 rm -rf ./info #12 12.21 rm -f ./etc/refcards/emacsver.tex #12 12.22 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 12.22 rm -fr autom4te.cache config.cache #12 12.24 rm -f config.log ./doc/man/emacs.1 #12 12.25 make[2]: Leaving directory '/checkout' #12 12.25 cd . && ./autogen.sh autoconf #12 12.27 Checking whether you have the necessary tools... #12 12.27 (Read INSTALL.REPO for more details on building Emacs) #12 12.28 Checking for autoconf (need at least version 2.65) ... ok #12 12.39 Your system has the required tools. #12 12.42 Running 'autoreconf -fi -I m4' ... #12 53.53 Building 'aclocal.m4' in exec ... #12 53.53 Running 'autoreconf -fi' in exec ... #12 63.43 You can now run './autogen.sh git'. #12 63.44 make MAKEFILE_NAME=force-Makefile force-Makefile #12 63.45 make[2]: Entering directory '/checkout' #12 63.47 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 63.94 if [ -x ./config.status ]; then \ #12 63.94 ./config.status --recheck; \ #12 63.94 else \ #12 63.94 ./configure --cache-file=/dev/null; \ #12 63.94 fi #12 64.40 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 65.25 checking for xcrun... no #12 65.25 checking for GNU Make... make #12 65.30 checking build system type... x86_64-pc-linux-gnu #12 66.01 checking host system type... x86_64-pc-linux-gnu #12 66.17 checking for gcc... gcc #12 66.67 checking whether the C compiler works... yes #12 67.08 checking for C compiler default output file name... a.out #12 67.08 checking for suffix of executables... #12 67.48 checking whether we are cross compiling... no #12 67.95 checking for suffix of object files... o #12 68.21 checking whether we are using the GNU C compiler... yes #12 68.41 checking whether gcc accepts -g... yes #12 68.73 checking for gcc option to enable C11 features... none needed #12 69.44 checking whether the compiler is clang... no #12 69.75 checking for compiler option needed when checking for declarations... none #12 69.75 checking whether gcc and cc understand -c and -o together... yes #12 70.73 checking how to run the C preprocessor... gcc -E #12 71.20 checking for grep that handles long lines and -e... /bin/grep #12 71.22 checking for egrep... /bin/grep -E #12 71.22 checking for ANSI C header files... yes #12 72.33 checking for sys/types.h... yes #12 72.57 checking for sys/stat.h... yes #12 72.81 checking for stdlib.h... yes #12 73.28 checking for string.h... yes #12 73.79 checking for memory.h... yes #12 74.36 checking for strings.h... yes #12 74.80 checking for inttypes.h... yes #12 75.21 checking for stdint.h... yes #12 75.62 checking for unistd.h... yes #12 75.94 checking for wchar.h... yes #12 76.16 checking for minix/config.h... no #12 76.51 checking for linux/fs.h... yes #12 77.14 checking for malloc.h... yes #12 77.64 checking for sys/systeminfo.h... no #12 77.98 checking for sys/sysinfo.h... yes #12 78.36 checking for coff.h... no #12 78.80 checking for pty.h... yes #12 79.25 checking for sys/resource.h... yes #12 79.54 checking for sys/utsname.h... yes #12 79.83 checking for pwd.h... yes #12 80.33 checking for util.h... no #12 80.76 checking for sanitizer/lsan_interface.h... yes #12 81.35 checking for sanitizer/asan_interface.h... yes #12 81.91 checking for sanitizer/common_interface_defs.h... yes #12 82.27 checking for sys/socket.h... yes #12 82.95 checking for stdlib.h... (cached) yes #12 83.06 checking for unistd.h... (cached) yes #12 83.17 checking for sys/param.h... yes #12 83.62 checking for pthread.h... yes #12 84.16 checking for malloc/malloc.h... no #12 84.59 checking for sys/un.h... yes #12 85.08 checking for utmp.h... yes #12 85.50 checking for utmpx.h... yes #12 86.06 checking for OS.h... no #12 86.34 checking for dirent.h... yes #12 86.81 checking for execinfo.h... yes #12 87.15 checking for linux/xattr.h... yes #12 87.57 checking for stdio_ext.h... yes #12 88.10 checking for sys/vfs.h... yes #12 88.67 checking for sys/fs_types.h... no #12 89.14 checking for getopt.h... yes #12 89.73 checking for sys/cdefs.h... yes #12 90.33 checking for sys/time.h... yes #12 90.89 checking for ieee754.h... yes #12 91.38 checking for limits.h... yes #12 91.77 checking for inttypes.h... (cached) yes #12 91.85 checking for sys/types.h... (cached) yes #12 91.94 checking for stdint.h... (cached) yes #12 92.06 checking for sys/select.h... yes #12 92.44 checking for stdbool.h... yes #12 92.91 checking for stdckdint.h... no #12 93.28 checking for sys/random.h... yes #12 93.82 checking for sys/stat.h... (cached) yes #12 93.88 checking whether it is safe to define __EXTENSIONS__... yes #12 94.26 checking whether _XOPEN_SOURCE should be defined... no #12 94.50 checking for Minix Amsterdam compiler... no #12 94.65 checking for ar... ar #12 94.65 checking for ranlib... ranlib #12 94.65 checking for gcc option to enable large file support... none needed #12 95.26 checking for gcc option for timestamps after 2038... none needed #12 95.50 checking for g++... g++ #12 95.85 checking whether we are using the GNU C++ compiler... yes #12 96.24 checking whether g++ accepts -g... yes #12 96.53 checking for g++ option to enable C++11 features... none needed #12 169.8 checking how to run the C++ preprocessor... g++ -E #12 170.9 checking whether gcc accepts -g3 -O2... yes #12 171.6 checking whether the compiler is clang... no #12 172.0 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 172.3 checking whether -Wno-missing-field-initializers is needed... yes #12 173.1 checking whether -Wuninitialized is supported... yes #12 173.6 checking whether C compiler handles -fstrict-flex-arrays... no #12 174.0 checking whether C compiler handles -Wall... yes #12 174.7 checking whether C compiler handles -Warith-conversion... yes #12 175.5 checking whether C compiler handles -Wdate-time... yes #12 176.3 checking whether C compiler handles -Wdisabled-optimization... yes #12 176.9 checking whether C compiler handles -Wdouble-promotion... yes #12 177.3 checking whether C compiler handles -Wduplicated-cond... yes #12 177.8 checking whether C compiler handles -Wextra... yes #12 178.2 checking whether C compiler handles -Wformat-signedness... yes #12 178.7 checking whether C compiler handles -Winit-self... yes #12 179.5 checking whether C compiler handles -Winvalid-pch... yes #12 179.9 checking whether C compiler handles -Wlogical-op... yes #12 180.3 checking whether C compiler handles -Wmissing-declarations... yes #12 180.7 checking whether C compiler handles -Wmissing-include-dirs... yes #12 181.1 checking whether C compiler handles -Wmissing-prototypes... yes #12 181.5 checking whether C compiler handles -Wnested-externs... yes #12 181.8 checking whether C compiler handles -Wnull-dereference... yes #12 182.2 checking whether C compiler handles -Wold-style-definition... yes #12 182.9 checking whether C compiler handles -Wopenmp-simd... yes #12 183.3 checking whether C compiler handles -Wpacked... yes #12 183.8 checking whether C compiler handles -Wpointer-arith... yes #12 184.3 checking whether C compiler handles -Wstrict-flex-arrays... no #12 184.5 checking whether C compiler handles -Wstrict-prototypes... yes #12 185.3 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 185.7 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 186.2 checking whether C compiler handles -Wsuggest-final-methods... yes #12 186.6 checking whether C compiler handles -Wsuggest-final-types... yes #12 187.0 checking whether C compiler handles -Wtrampolines... yes #12 187.2 checking whether C compiler handles -Wuninitialized... yes #12 188.9 checking whether C compiler handles -Wunknown-pragmas... yes #12 189.4 checking whether C compiler handles -Wunused-macros... yes #12 190.1 checking whether C compiler handles -Wvariadic-macros... yes #12 190.6 checking whether C compiler handles -Wvector-operation-performance... yes #12 192.0 checking whether C compiler handles -Wwrite-strings... yes #12 192.5 checking whether C compiler handles -Warray-bounds=2... yes #12 194.0 checking whether C compiler handles -Wattribute-alias=2... yes #12 194.5 checking whether C compiler handles -Wformat=2... yes #12 194.8 checking whether C compiler handles -Wformat-truncation=2... yes #12 195.3 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 196.0 checking whether C compiler handles -Wshift-overflow=2... yes #12 196.9 checking whether C compiler handles -Wuse-after-free=3... no #12 197.2 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 197.8 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 198.4 checking whether C compiler handles -Wredundant-decls... yes #12 198.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 198.9 checking whether C compiler handles -Wno-override-init... yes #12 199.4 checking whether C compiler handles -Wno-sign-compare... yes #12 199.9 checking whether C compiler handles -Wno-type-limits... yes #12 200.3 checking whether C compiler handles -Wno-unused-parameter... yes #12 200.6 checking whether C compiler handles -Wno-format-nonliteral... yes #12 201.0 checking whether C compiler handles -Wno-bidi-chars... no #12 201.1 checking for a BSD-compatible install... /usr/bin/install -c #12 201.2 checking command to symlink files in the same directory... ln -s #12 201.3 checking for install-info... : #12 201.3 checking for gzip... /bin/gzip #12 201.3 checking for 'find' args to delete a file... -delete #12 201.3 checking for brew... no #12 202.4 checking for -znocombreloc... not needed #12 202.4 checking whether addresses are sanitized... no #12 202.7 checking for math library... -lm #12 204.4 checking for struct passwd.pw_gecos... yes #12 204.7 checking for pkg-config... /usr/bin/pkg-config #12 204.7 checking pkg-config is at least version 0.9.0... yes #12 204.8 checking for machine/soundcard.h... no #12 205.2 checking for sys/soundcard.h... yes #12 205.9 checking for soundcard.h... no #12 206.3 checking for mmsystem.h... no #12 206.4 checking for _oss_ioctl in -lossaudio... no #12 207.6 checking for alsa >= 1.0.0... no #12 207.7 checking for ADDR_NO_RANDOMIZE... yes #12 208.2 checking if Linux sysinfo may be used... yes #12 209.6 checking for sys/wait.h that is POSIX.1 compatible... yes #12 211.1 checking for net/if.h... yes #12 212.2 checking for ifaddrs.h... yes #12 212.8 checking for net/if_dl.h... no #12 213.4 checking for struct ifreq.ifr_flags... yes #12 214.5 checking for struct ifreq.ifr_hwaddr... yes #12 215.5 checking for struct ifreq.ifr_netmask... yes #12 216.4 checking for struct ifreq.ifr_broadaddr... yes #12 217.4 checking for struct ifreq.ifr_addr... yes #12 218.5 checking for struct ifreq.ifr_addr.sa_len... no #12 219.7 checking whether gcc understands -MMD -MF... yes #12 220.0 checking for X... no #12 220.9 checking AppKit/AppKit.h usability... yes #12 224.9 checking AppKit/AppKit.h presence... yes #12 226.3 checking for AppKit/AppKit.h... yes #12 226.3 checking for Mac OS X 12.0 or later... yes #12 226.6 checking for gcc... gcc #12 226.9 checking whether we are using the GNU Objective C compiler... yes #12 227.1 checking whether gcc accepts -g... yes #12 227.5 checking if the Objective C compiler supports instancetype... yes #12 227.7 checking if the Objective C compiler defaults to C99... no #12 227.9 checking whether malloc is Doug Lea style... no #12 228.3 checking for sbrk... yes #12 229.2 checking for __lsan_ignore_object... no #12 230.1 checking for fchmod... yes #12 230.8 checking for utmpname... yes #12 231.7 checking for utmpxname... yes #12 232.5 checking for canonicalize_file_name... yes #12 233.0 checking for realpath... yes #12 233.8 checking for lstat... yes #12 234.5 checking for fchmodat... yes #12 235.2 checking for lchmod... no #12 235.6 checking for fcntl... yes #12 236.4 checking for fdopendir... yes #12 237.1 checking for listxattr... yes #12 237.8 checking for fstatat... yes #12 238.2 checking for fsync... yes #12 238.8 checking for gettimeofday... yes #12 239.3 checking for memset_explicit... no #12 240.1 checking for memset_s... no #12 240.9 checking for pselect... yes #12 241.7 checking for readlink... yes #12 242.5 checking for isblank... yes #12 243.5 checking for iswctype... yes #12 244.4 checking for strtoimax... yes #12 245.2 checking for symlink... yes #12 245.9 checking for localtime_r... yes #12 246.9 checking for getdtablesize... yes #12 247.4 checking for getpagesize... yes #12 248.2 checking for working mmap... yes #12 249.7 checking for main in -lXbsd... no #12 250.1 checking for pthread library... -lpthread #12 251.8 checking for thread support... yes #12 251.8 checking for librsvg-2.0 >= 2.14.0... no #12 251.9 checking for libwebpdemux >= 0.6.0... no #12 252.0 checking for WebPGetInfo... no #12 252.6 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 252.7 checking for sqlite3_open_v2 in -lsqlite3... no #12 253.2 checking for getaddrinfo_a in -lanl... yes #12 253.8 checking for malloc_trim... yes #12 254.5 checking for dbus-1 >= 1.0... yes #12 254.8 checking for dbus_watch_get_unix_fd... yes #12 255.8 checking for dbus_type_is_valid... yes #12 256.7 checking for dbus_validate_bus_name... yes #12 257.7 checking for dbus_validate_path... yes #12 258.6 checking for dbus_validate_interface... yes #12 259.8 checking for dbus_validate_member... yes #12 260.7 checking for lgetfilecon in -lselinux... no #12 261.2 checking for gnutls >= 2.12.2... yes #12 261.4 checking for libsystemd >= 222... no #12 261.4 checking for jansson >= 2.7... no #12 261.5 checking for tree-sitter >= 0.20.2... no #12 261.7 checking for tree-sitter >= 0.6.3... no #12 261.7 checking sys/inotify.h usability... yes #12 262.3 checking sys/inotify.h presence... yes #12 262.4 checking for sys/inotify.h... yes #12 262.4 checking for inotify_init1... yes #12 263.4 checking for jpeglib 6b or later... no #12 263.9 checking for lcms2... no #12 264.0 checking for library containing inflateEnd... -lz #12 265.4 checking for dladdr... yes #12 266.1 checking for dlfunc... no #12 266.7 checking for gcc_jit_context_acquire in -lgccjit... no #12 267.1 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 267.1 found. #12 267.1 Please try installing libgccjit or a similar package if you want to have it #12 267.1 enabled. #12 267.1 checking libgccjit.h usability... no #12 267.5 checking libgccjit.h presence... no #12 267.7 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 267.7 were not found. #12 267.7 Please try installing libgccjit-dev or a similar package if you want to have it #12 267.7 enabled. #12 267.7 checking for libgccjit.h... no #12 267.7 checking for libpng >= 1.0.0... no #12 267.8 checking for libpng not configured by pkg-config... no #12 268.0 checking tiffio.h usability... no #12 268.4 checking tiffio.h presence... no #12 268.7 checking for tiffio.h... no #12 268.7 checking gif_lib.h usability... no #12 269.3 checking gif_lib.h presence... no #12 269.5 checking for gif_lib.h... no #12 269.5 checking gpm.h usability... no #12 269.9 checking gpm.h presence... no #12 270.1 checking for gpm.h... no #12 270.2 checking for libxml-2.0 > 2.6.17... no #12 270.2 checking for maillock in -lmail... no #12 270.7 checking for maillock in -llockfile... no #12 271.3 checking for liblockfile.so... no #12 271.3 checking maillock.h usability... no #12 271.7 checking maillock.h presence... no #12 271.9 checking for maillock.h... no #12 271.9 checking linux/seccomp.h usability... yes #12 272.4 checking linux/seccomp.h presence... yes #12 272.6 checking for linux/seccomp.h... yes #12 272.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 273.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 273.5 checking linux/filter.h usability... yes #12 274.0 checking linux/filter.h presence... yes #12 274.2 checking for linux/filter.h... yes #12 274.4 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 274.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 274.5 checking for libseccomp >= 2.5.2... no #12 274.6 checking size of long... 8 #12 275.3 checking for accept4... yes #12 276.1 checking for fchdir... yes #12 276.6 checking for gethostname... yes #12 277.1 checking for getrusage... yes #12 277.7 checking for get_current_dir_name... yes #12 278.3 checking for lrand48... yes #12 279.0 checking for random... yes #12 279.5 checking for rint... yes #12 280.2 checking for tcdrain... yes #12 280.7 checking for trunc... yes #12 281.4 checking for select... yes #12 282.0 checking for getpagesize... (cached) yes #12 282.1 checking for setlocale... yes #12 283.0 checking for newlocale... yes #12 283.8 checking for getrlimit... yes #12 284.7 checking for setrlimit... yes #12 285.1 checking for shutdown... yes #12 285.8 checking for pthread_sigmask... (cached) yes #12 286.0 checking for strsignal... yes #12 286.7 checking for setitimer... yes #12 287.5 checking for sendto... yes #12 288.3 checking for recvfrom... yes #12 289.3 checking for getsockname... yes #12 290.3 checking for getifaddrs... yes #12 291.2 checking for freeifaddrs... yes #12 292.0 checking for gai_strerror... yes #12 292.6 checking for sync... yes #12 293.3 checking for endpwent... yes #12 293.9 checking for getgrent... yes #12 294.4 checking for endgrent... yes #12 295.0 checking for renameat2... yes #12 295.6 checking for cfmakeraw... yes #12 296.3 checking for cfsetspeed... yes #12 296.8 checking for __executable_start... yes #12 297.4 checking for log2... yes #12 298.1 checking for pthread_setname_np... yes #12 298.6 checking for pthread_set_name_np... no #12 299.2 checking for getpwent... yes #12 299.6 checking whether pthread_setname_np takes a single argument... no #12 299.8 checking whether pthread_setname_np takes three arguments... no #12 300.0 checking for aligned_alloc... yes #12 300.6 checking whether aligned_alloc is declared... yes #12 301.2 checking for posix_madvise... yes #12 301.6 checking for madvise... yes #12 302.1 checking for __builtin_frame_address... yes #12 302.6 checking for __builtin_unwind_init... yes #12 303.1 checking for _LARGEFILE_SOURCE value needed for large files... no #12 304.0 checking for grantpt... yes #12 304.7 checking for getpt... yes #12 305.2 checking for posix_openpt... yes #12 305.6 checking for library containing tputs... -ltinfo #12 306.6 checking whether -ltinfo library defines BC... yes #12 307.2 checking for timerfd interface... yes #12 307.7 checking whether signals can be handled on alternate stack... yes #12 308.2 checking valgrind/valgrind.h usability... no #12 308.8 checking valgrind/valgrind.h presence... no #12 309.0 checking for valgrind/valgrind.h... no #12 309.0 checking for struct unipair.unicode... yes #12 309.3 checking for pid_t... yes #12 310.2 checking vfork.h usability... no #12 310.5 checking vfork.h presence... no #12 310.7 checking for vfork.h... no #12 310.8 checking for fork... yes #12 311.6 checking for vfork... yes #12 312.0 checking for working fork... yes #12 312.5 checking for working vfork... (cached) yes #12 312.6 checking for snprintf... yes #12 313.0 checking for open_memstream... yes #12 313.4 checking spawn.h usability... yes #12 313.7 checking spawn.h presence... yes #12 313.7 checking for spawn.h... yes #12 313.8 checking for posix_spawn... yes #12 314.4 checking for posix_spawn_file_actions_addchdir... no #12 315.0 checking for posix_spawn_file_actions_addchdir_np... yes #12 315.7 checking for posix_spawnattr_setflags... yes #12 316.2 checking whether POSIX_SPAWN_SETSID is declared... yes #12 316.4 checking whether GLib is linked in... no #12 316.6 checking for nl_langinfo and CODESET... yes #12 317.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 318.1 checking for mbstate_t... yes #12 318.6 checking for signals via characters... yes #12 319.0 checking for _setjmp... yes #12 319.6 checking for sigsetjmp... yes #12 320.3 checking POSIX termios... yes #12 321.0 checking size of speed_t... 4 #12 321.8 checking for usable FIONREAD... yes #12 322.1 checking for usable SIGIO... yes #12 322.5 checking for struct alignment... yes #12 322.8 checking for C/C++ restrict keyword... __restrict__ #12 323.3 checking for typeof syntax and keyword spelling... typeof #12 323.6 checking for statement expressions... yes #12 323.9 checking whether malloc (0) returns nonnull... yes #12 324.5 checking sys/acl.h usability... yes #12 324.8 checking sys/acl.h presence... yes #12 325.0 checking for sys/acl.h... yes #12 325.0 checking for library containing acl_get_file... -lacl #12 326.1 checking for acl_get_file... yes #12 326.7 checking for acl_get_fd... yes #12 327.3 checking for acl_set_file... yes #12 328.1 checking for acl_set_fd... yes #12 328.8 checking for acl_free... yes #12 329.2 checking for acl_from_mode... yes #12 329.9 checking for acl_from_text... yes #12 330.8 checking for acl_delete_def_file... yes #12 331.6 checking for acl_extended_file... yes #12 332.4 checking for acl_delete_fd_np... no #12 333.0 checking for acl_delete_file_np... no #12 333.6 checking for acl_copy_ext_native... no #12 334.2 checking for acl_create_entry_np... no #12 334.7 checking for acl_to_short_text... no #12 335.0 checking for acl_free_text... no #12 335.5 checking for working acl_get_file... yes #12 336.0 checking acl/libacl.h usability... yes #12 336.4 checking acl/libacl.h presence... yes #12 336.5 checking for acl/libacl.h... yes #12 336.6 checking for acl_entries... yes #12 337.1 checking for ACL_FIRST_ENTRY... yes #12 337.4 checking for ACL_TYPE_EXTENDED... no #12 337.6 checking for working alloca.h... yes #12 337.9 checking for alloca... yes #12 338.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 338.5 checking whether the preprocessor supports include_next... yes #12 338.9 checking whether source code line length is unlimited... yes #12 339.0 checking whether endutent is declared... yes #12 339.4 checking for struct utmpx.ut_user... yes #12 339.9 checking for struct utmp.ut_user... yes #12 340.4 checking for struct utmpx.ut_name... yes #12 341.0 checking for struct utmp.ut_name... yes #12 341.6 checking for struct utmpx.ut_type... yes #12 342.3 checking for struct utmp.ut_type... yes #12 342.9 checking for struct utmpx.ut_pid... yes #12 343.8 checking for struct utmp.ut_pid... yes #12 344.5 checking for struct utmp.ut_tv... yes #12 345.6 checking for struct utmpx.ut_host... yes #12 346.4 checking for struct utmp.ut_host... yes #12 346.9 checking for struct utmpx.ut_id... yes #12 347.6 checking for struct utmp.ut_id... yes #12 348.2 checking for struct utmpx.ut_session... yes #12 348.7 checking for struct utmp.ut_session... yes #12 349.2 checking for struct utmpx.ut_exit... yes #12 350.1 checking for struct utmp.ut_exit... yes #12 351.0 checking for struct utmpx.ut_exit.ut_exit... no #12 351.6 checking for struct utmpx.ut_exit.e_exit... yes #12 351.9 checking for struct utmp.ut_exit.e_exit... yes #12 352.5 checking for struct utmpx.ut_exit.ut_termination... no #12 353.3 checking for struct utmpx.ut_exit.e_termination... yes #12 354.0 checking for struct utmp.ut_exit.e_termination... yes #12 354.9 checking whether sysinfo is declared... yes #12 355.2 checking for sys/sysctl.h... yes #12 355.7 checking for sysctl... yes #12 356.4 checking whether lstat correctly handles trailing slash... yes #12 356.9 checking whether // is distinct from /... no #12 356.9 checking whether realpath works... yes #12 357.6 checking for faccessat... yes #12 358.1 checking for getcwd... yes #12 358.8 checking whether byte ordering is bigendian... no #12 359.9 checking if environ is properly declared... yes #12 360.2 checking for complete errno.h... yes #12 360.4 checking whether ctype.h defines __header_inline... no #12 360.6 checking for mode_t... yes #12 362.0 checking whether strmode is declared... no #12 362.8 checking whether getline is declared... yes #12 363.5 checking for gawk... no #12 363.5 checking for mawk... mawk #12 363.5 checking for getopt.h... (cached) yes #12 363.5 checking for getopt_long_only... yes #12 364.4 checking whether getopt is POSIX compatible... yes #12 366.3 checking for working GNU getopt function... yes #12 367.2 checking for working GNU getopt_long function... yes #12 367.7 checking whether timespec_get is declared... yes #12 368.1 checking for timespec_get... yes #12 368.8 checking for struct timeval... yes #12 369.0 checking for wide-enough struct timeval.tv_sec member... yes #12 369.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 369.6 checking whether the compiler produces multi-arch binaries... no #12 369.7 checking whether stdint.h conforms to C99... yes #12 370.7 checking whether stdint.h works without ISO C predefines... yes #12 371.1 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 371.5 checking whether memmem is declared... yes #12 372.0 checking whether memrchr is declared... yes #12 372.4 checking whether defines MIN and MAX... no #12 372.7 checking whether defines MIN and MAX... yes #12 373.1 checking whether time_t is signed... yes #12 373.3 checking whether alarm is declared... yes #12 373.6 checking for working mktime... no #12 375.0 checking whether struct tm is in sys/time.h or time.h... time.h #12 375.3 checking for struct tm.tm_zone... yes #12 375.8 checking for struct tm.tm_gmtoff... yes #12 376.2 checking whether is self-contained... yes #12 377.5 checking for inline... inline #12 377.8 checking for sigset_t... yes #12 378.4 checking for volatile sig_atomic_t... yes #12 379.1 checking for sighandler_t... yes #12 379.9 checking for wchar_t... yes #12 380.3 checking for good max_align_t... yes #12 380.7 checking whether NULL can be used in arbitrary expressions... yes #12 381.1 checking for unreachable... no #12 382.0 checking whether fcloseall is declared... yes #12 382.8 checking whether getw is declared... yes #12 383.6 checking whether putw is declared... yes #12 384.4 checking which flavor of printf attribute matches inttypes macros... system #12 385.1 checking whether strnlen is declared... yes #12 385.9 checking whether strtoimax is declared... yes #12 386.6 checking whether stat file-mode macros are broken... no #12 387.1 checking for nlink_t... yes #12 388.1 checking for struct timespec in ... yes #12 388.5 checking for TIME_UTC in ... yes #12 389.2 checking whether execvpe is declared... yes #12 390.0 checking whether clearerr_unlocked is declared... yes #12 390.8 checking whether feof_unlocked is declared... yes #12 391.5 checking whether ferror_unlocked is declared... yes #12 392.2 checking whether fflush_unlocked is declared... yes #12 392.9 checking whether fgets_unlocked is declared... yes #12 393.6 checking whether fputc_unlocked is declared... yes #12 394.2 checking whether fputs_unlocked is declared... yes #12 394.9 checking whether fread_unlocked is declared... yes #12 395.7 checking whether fwrite_unlocked is declared... yes #12 396.5 checking whether getc_unlocked is declared... yes #12 397.3 checking whether getchar_unlocked is declared... yes #12 398.1 checking whether putc_unlocked is declared... yes #12 398.9 checking whether putchar_unlocked is declared... yes #12 399.5 checking type of array argument to getgroups... gid_t #12 400.7 checking whether getdelim is declared... yes #12 401.6 checking whether getdtablesize is declared... yes #12 402.3 checking whether malloc is ptrdiff_t safe... yes #12 402.5 checking whether malloc, realloc, calloc set errno on failure... yes #12 402.5 checking for O_CLOEXEC... yes #12 402.9 checking for promoted mode_t type... mode_t #12 403.0 checking whether the utimes function works... yes #12 404.3 checking for C compiler option to allow warnings... -Wno-error #12 404.9 checking for alignas and alignof... yes, macros #12 405.5 checking for alloca as a compiler built-in... yes #12 405.7 checking for static_assert... yes, an macro #12 406.3 checking for __builtin_expect... yes #12 406.7 checking byteswap.h usability... yes #12 407.2 checking byteswap.h presence... yes #12 407.3 checking for byteswap.h... yes #12 407.3 checking for readlinkat... yes #12 407.8 checking for library containing clock_gettime... none required #12 408.2 checking for clock_getres... yes #12 408.8 checking for clock_gettime... yes #12 409.5 checking for clock_settime... yes #12 410.0 checking for copy_file_range... yes #12 410.4 checking for d_type member in directory struct... yes #12 410.9 checking whether // is distinct from /... (cached) no #12 410.9 checking whether dup2 works... yes #12 411.5 checking for library containing backtrace_symbols_fd... none required #12 411.9 checking for faccessat... (cached) yes #12 411.9 checking whether fchmodat works... no #12 412.6 checking for readlinkat... (cached) yes #12 412.6 checking whether fcntl handles F_DUPFD correctly... yes #12 413.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 414.2 checking whether fdopendir is declared... yes #12 414.6 checking whether fdopendir works... yes #12 415.4 checking for flexible array member... yes #12 415.9 checking for __fpending... yes #12 416.5 checking whether __fpending is declared... yes #12 416.9 checking whether free is known to preserve errno... no #12 417.2 checking whether fstatat (..., 0) works... yes #12 418.1 checking for sys/mount.h... yes #12 418.6 checking for statvfs function (SVR4)... yes #12 419.0 checking whether to use statvfs64... no #12 419.2 checking for two-argument statfs with statfs.f_frsize member... yes #12 420.0 checking sys/fs/s5param.h usability... no #12 420.6 checking sys/fs/s5param.h presence... no #12 420.8 checking for sys/fs/s5param.h... no #12 420.9 checking sys/statfs.h usability... yes #12 421.6 checking sys/statfs.h presence... yes #12 421.8 checking for sys/statfs.h... yes #12 421.8 checking for statfs that truncates block counts... no #12 422.3 checking for futimens... yes #12 423.2 checking whether futimens works... yes #12 425.2 checking for getline... yes #12 426.1 checking for working getline function... yes #12 427.3 checking for getloadavg... yes #12 428.1 checking sys/loadavg.h usability... no #12 428.6 checking sys/loadavg.h presence... no #12 428.8 checking for sys/loadavg.h... no #12 428.9 checking whether getloadavg is declared... yes #12 429.2 checking for getrandom... yes #12 430.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 430.5 checking for gettimeofday with POSIX signature... yes #12 430.9 checking whether the compiler supports the __inline keyword... yes #12 431.2 checking gmp.h usability... yes #12 431.6 checking gmp.h presence... yes #12 431.8 checking for gmp.h... yes #12 431.8 checking for library containing __gmpz_roinit_n... -lgmp #12 432.8 checking for memmem... yes #12 433.3 checking whether memmem works... yes #12 433.8 checking for mempcpy... yes #12 434.4 checking for memrchr... yes #12 434.9 checking for explicit_memset... no #12 435.6 checking for mkostemp... yes #12 436.3 checking for library containing nanosleep... none required #12 437.0 checking for working nanosleep... no (mishandles large arguments) #12 439.0 checking for sys/pstat.h... no #12 440.7 checking for sys/sysmp.h... no #12 441.0 checking for sys/param.h... (cached) yes #12 441.1 checking for sys/sysctl.h... (cached) yes #12 441.1 checking for sched_getaffinity_np... no #12 441.7 checking for pstat_getdynamic... no #12 442.2 checking for sysmp... no #12 444.9 checking for sysctl... (cached) yes #12 445.0 checking for sched_getaffinity... yes #12 445.8 checking for glibc compatible sched_getaffinity... yes #12 446.4 checking for pipe2... yes #12 447.8 checking whether signature of pselect conforms to POSIX... yes #12 449.8 checking whether pselect detects invalid fds... yes #12 450.4 checking whether pthread_sigmask is a macro... no #12 450.5 checking whether pthread_sigmask returns error numbers... yes #12 451.4 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 454.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 456.0 checking whether readlink signature is correct... yes #12 456.2 checking whether readlink handles trailing slash correctly... yes #12 456.7 checking whether readlink truncates results correctly... yes #12 457.1 checking for readlinkat... (cached) yes #12 457.1 checking whether readlinkat signature is correct... yes #12 457.3 checking for working re_compile_pattern... no #12 458.5 checking libintl.h usability... yes #12 459.0 checking libintl.h presence... yes #12 459.1 checking for libintl.h... yes #12 459.2 checking whether isblank is declared... yes #12 459.5 checking for sig2str... no #12 459.9 checking for sigdescr_np... no #12 460.4 checking for socklen_t... yes #12 461.0 checking for ssize_t... yes #12 461.5 checking for struct stat.st_atim.tv_nsec... yes #12 462.1 checking whether struct stat.st_atim is of type struct timespec... yes #12 462.6 checking for struct stat.st_birthtimespec.tv_nsec... no #12 463.4 checking for struct stat.st_birthtimensec... no #12 464.1 checking for struct stat.st_birthtim.tv_nsec... no #12 464.9 checking for bool, true, false... no #12 465.3 checking for stpcpy... yes #12 466.0 checking for working strnlen... yes #12 467.0 checking whether strtoimax works... yes #12 467.6 checking whether symlink handles trailing slash correctly... yes #12 468.6 checking whether localtime_r is declared... yes #12 469.1 checking whether localtime_r is compatible with its POSIX signature... yes #12 469.6 checking whether localtime works even near extrema... yes #12 470.6 checking for timezone_t... no #12 470.8 checking for timegm... yes #12 471.5 checking whether timer_settime is declared... yes #12 472.0 checking for library containing timer_settime... -lrt #12 473.6 checking for timer_settime... yes #12 474.5 checking for utimensat... yes #12 475.3 checking whether utimensat works... yes #12 477.4 checking for variable-length arrays... yes #12 478.1 checking whether getdtablesize works... yes #12 479.0 checking for __mktime_internal... no #12 479.9 checking for timer_getoverrun... yes #12 480.8 checking for gcc option to disable position independent executables... not needed #12 480.8 checking for __ctype_get_mb_cur_max... yes #12 481.5 checking whether MB_CUR_MAX is defined to function that won't link... no #12 481.7 #12 481.7 Configured for 'x86_64-pc-linux-gnu'. #12 481.7 #12 481.7 Where should the build process find the source code? . #12 481.7 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 481.7 Should Emacs use the GNU version of malloc? no #12 481.7 (The GNU allocators don't work with this system configuration.) #12 481.7 Should Emacs use a relocating allocator for buffers? no #12 481.7 Should Emacs use mmap(2) for buffer allocation? no #12 481.7 What window system should Emacs use? nextstep #12 481.7 What toolkit should Emacs use? none #12 481.7 Where do we find X Windows header files? NONE #12 481.7 Where do we find X Windows libraries? NONE #12 481.8 Does Emacs use -lXaw3d? no #12 481.8 Is Emacs being built for Android? no #12 481.8 Does Emacs use the X Double Buffer Extension? no #12 481.8 Does Emacs use -lXpm? no #12 481.8 Does Emacs use -ljpeg? no #12 481.8 Does Emacs use -ltiff? no #12 481.8 Does Emacs use a gif library? no #12 481.8 Does Emacs use a png library? no #12 481.8 Does Emacs use -lrsvg-2? no #12 481.8 Does Emacs use -lwebp? no #12 481.8 Does Emacs use -lsqlite3? no #12 481.8 Does Emacs use cairo? no #12 481.8 Does Emacs use -llcms2? no #12 481.8 Does Emacs use imagemagick? no #12 481.8 Does Emacs use native APIs for images? yes (ns) #12 481.8 Does Emacs support sound? yes #12 481.8 Does Emacs use -lgpm? no #12 481.8 Does Emacs use -ldbus? yes #12 481.8 Does Emacs use -lgconf? no #12 481.8 Does Emacs use GSettings? no #12 481.8 Does Emacs use a file notification library? yes -lglibc (inotify) #12 481.8 Does Emacs use access control lists? yes -lacl -lattr #12 481.8 Does Emacs use -lselinux? no #12 481.8 Does Emacs use -lgnutls? yes #12 481.8 Does Emacs use -lxml2? no #12 481.8 Does Emacs use -lfreetype? no #12 481.8 Does Emacs use HarfBuzz? no #12 481.8 Does Emacs use -lm17n-flt? no #12 481.8 Does Emacs use -lotf? no #12 481.8 Does Emacs use -lxft? no #12 481.8 Does Emacs use -lsystemd? no #12 481.8 Does Emacs use -ljansson? no #12 481.8 Does Emacs use -ltree-sitter? no #12 481.8 Does Emacs use the GMP library? yes #12 481.8 Does Emacs directly use zlib? yes #12 481.8 Does Emacs have dynamic modules support? yes #12 481.8 Does Emacs use toolkit scroll bars? yes #12 481.8 Does Emacs support Xwidgets? no #12 481.8 Does Emacs have threading support in lisp? yes #12 481.8 Does Emacs support the portable dumper? yes #12 481.8 Does Emacs support legacy unexec dumping? no #12 481.8 Which dumping strategy does Emacs use? pdumper #12 481.8 Does Emacs have native lisp compiler? no #12 481.8 Does Emacs use version 2 of the X Input Extension? no #12 481.8 Does Emacs generate a smaller-size Japanese dictionary? no #12 481.8 #12 481.8 #12 481.8 #12 481.8 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 481.8 Run 'make install' in order to build an application bundle. #12 481.8 The application will go to nextstep/Emacs.app and can be run or moved #12 481.8 from there. #12 481.8 The application will be fully self-contained. #12 481.8 #12 483.8 configure: creating ./config.status #12 484.9 configure: WARNING: This configuration installs a 'movemail' program #12 484.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 484.9 installed a 'movemail' program that retrieved POP3 email via only #12 484.9 insecure channels, a practice that is no longer recommended but that #12 485.0 configure: You might want to install GNU Mailutils #12 485.0 and use './configure --with-mailutils'. #12 485.0 you can continue to support by using './configure --with-pop'. #12 487.1 MAKE='make' ./config.status #12 487.9 config.status: creating src/verbose.mk #12 488.2 config.status: creating src/emacs-module.h #12 488.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 488.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 489.0 config.status: creating Makefile #12 489.3 config.status: creating lib/gnulib.mk #12 489.6 config.status: creating ./doc/man/emacs.1 #12 489.8 config.status: creating lib/Makefile #12 490.0 config.status: creating lib-src/Makefile #12 490.3 config.status: creating oldXMenu/Makefile #12 490.6 config.status: creating src/Makefile #12 490.8 config.status: creating lwlib/Makefile #12 491.1 config.status: creating nextstep/Makefile #12 491.3 config.status: creating nt/Makefile #12 491.6 config.status: creating doc/emacs/Makefile #12 491.8 config.status: creating doc/misc/Makefile #12 492.1 config.status: creating doc/lispintro/Makefile #12 492.3 config.status: creating doc/lispref/Makefile #12 492.5 config.status: creating lisp/Makefile #12 492.7 config.status: creating leim/Makefile #12 493.0 config.status: creating test/Makefile #12 493.2 config.status: creating test/manual/noverlay/Makefile #12 493.5 config.status: creating test/infra/Makefile #12 493.7 config.status: creating admin/charsets/Makefile #12 494.0 config.status: creating admin/unidata/Makefile #12 494.3 config.status: creating admin/grammars/Makefile #12 494.5 config.status: creating java/Makefile #12 494.8 config.status: creating cross/Makefile #12 495.1 config.status: creating java/AndroidManifest.xml #12 495.4 config.status: creating src/config.h #12 495.6 config.status: executing src/epaths.h commands #12 495.6 make[3]: Entering directory '/checkout' #12 496.0 make[3]: Leaving directory '/checkout' #12 496.0 config.status: executing src/.gdbinit commands #12 496.1 config.status: executing doc/emacs/emacsver.texi commands #12 496.3 config.status: executing etc-refcards-emacsver.tex commands #12 496.3 make[3]: Entering directory '/checkout' #12 496.5 make[3]: Leaving directory '/checkout' #12 496.5 make[2]: Leaving directory '/checkout' #12 496.5 make actual-all #12 496.5 make[2]: Entering directory '/checkout' #12 497.5 make -C lib all #12 498.1 make[3]: Entering directory '/checkout/lib' #12 498.1 GEN alloca.h #12 498.2 GEN dirent.h #12 498.3 GEN fcntl.h #12 498.5 GEN malloc/dynarray.gl.h #12 498.5 GEN malloc/dynarray-skeleton.gl.h #12 498.6 GEN inttypes.h #12 498.8 GEN limits.h #12 498.9 GEN signal.h #12 498.9 GEN stdckdint.h #12 499.0 GEN stddef.h #12 499.1 GEN stdio.h #12 499.4 GEN stdlib.h #12 499.9 GEN string.h #12 500.1 GEN sys/random.h #12 500.2 GEN sys/select.h #12 500.3 GEN sys/stat.h #12 500.4 GEN sys/time.h #12 500.5 GEN sys/types.h #12 500.5 GEN time.h #12 500.6 GEN unistd.h #12 501.2 CC fingerprint.o #12 501.5 CC mktime.o #12 502.7 CC acl-errno-valid.o #12 503.0 CC acl-internal.o #12 503.6 CC get-permissions.o #12 504.2 CC set-permissions.o #12 504.9 CC allocator.o #12 505.3 CC binary-io.o #12 505.7 CC boot-time.o #12 506.8 CC c-ctype.o #12 507.3 CC c-strcasecmp.o #12 507.6 CC c-strncasecmp.o #12 508.3 CC careadlinkat.o #12 508.9 CC close-stream.o #12 509.3 CC copy-file-range.o #12 509.6 CC count-leading-zeros.o #12 510.0 CC count-one-bits.o #12 510.4 CC count-trailing-zeros.o #12 510.8 CC md5-stream.o #12 511.3 CC md5.o #12 512.8 CC sha1.o #12 515.3 CC sha256.o #12 520.2 CC sha512.o #12 527.5 CC dtoastr.o #12 528.2 CC dtotimespec.o #12 528.5 CC fchmodat.o #12 529.5 CC fcntl.o #12 530.1 CC file-has-acl.o #12 531.3 CC filemode.o #12 531.9 CC filevercmp.o #12 532.9 CC free.o #12 533.2 CC fsusage.o #12 533.8 CC gettime.o #12 534.1 CC malloc/dynarray_at_failure.o #12 534.5 CC malloc/dynarray_emplace_enlarge.o #12 535.1 CC malloc/dynarray_finalize.o #12 535.6 CC malloc/dynarray_resize.o #12 536.2 CC malloc/dynarray_resize_clear.o #12 536.5 CC memset_explicit.o #12 536.9 CC nanosleep.o #12 537.5 CC nproc.o #12 538.6 CC nstrftime.o #12 543.5 CC pipe2.o #12 544.0 CC qcopy-acl.o #12 544.4 CC regex.o #12 570.3 CC sig2str.o #12 571.3 CC sigdescr_np.o #12 571.8 CC stat-time.o #12 572.1 CC tempname.o #12 573.1 CC time_rz.o #12 574.0 CC timegm.o #12 574.3 CC timespec.o #12 574.5 CC timespec-add.o #12 574.8 CC timespec-sub.o #12 575.1 CC u64.o #12 575.3 CC unistd.o #12 575.6 CC openat-die.o #12 576.1 CC save-cwd.o #12 576.5 AR libgnu.a #12 577.2 make[3]: Leaving directory '/checkout/lib' #12 577.2 make -C lib-src all #12 577.3 make[3]: Entering directory '/checkout/lib-src' #12 577.3 CCLD etags #12 598.6 CCLD ctags #12 627.0 CCLD emacsclient #12 631.7 CCLD ebrowse #12 641.0 CCLD hexl #12 642.9 CC pop.o #12 643.1 CCLD movemail #12 644.9 CCLD make-docfile #12 651.5 CCLD make-fingerprint #12 653.1 make[3]: Leaving directory '/checkout/lib-src' #12 653.1 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 653.1 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 654.2 make[3]: Entering directory '/checkout/src' #12 654.2 GEN globals.h #12 655.1 CC dispnew.o #12 683.6 CC frame.o #12 713.5 CC scroll.o #12 718.3 CC xdisp.o #12 896.7 CC menu.o #12 905.4 CC window.o #12 941.8 CC charset.o #12 954.2 CC coding.o #12 1010. CC category.o #12 1012. CC ccl.o #12 1021. CC character.o #12 1030. CC chartab.o #12 1042. CC bidi.o #12 1053. CC cm.o #12 1059. CC term.o #12 1083. CC terminal.o #12 1087. CC xfaces.o #12 1115. CC dbusbind.o #12 1136. CC emacs.o #12 1144. CC keyboard.o #12 1194. CC macros.o #12 1196. CC keymap.o #12 1213. CC sysdep.o #12 1223. CC bignum.o #12 1226. CC buffer.o #12 1250. CC filelock.o #12 1253. CC insdel.o #12 1259. CC marker.o #12 1263. CC minibuf.o #12 1274. CC fileio.o #12 1295. CC dired.o #12 1298. CC cmds.o #12 1302. CC casetab.o #12 1304. CC casefiddle.o #12 1308. CC indent.o #12 1322. CC search.o #12 1335. CC regex-emacs.o #12 1368. CC undo.o #12 1371. CC alloc.o #12 1392. CC pdumper.o #12 1411. CC data.o #12 1431. GEN buildobj.h #12 1432. CC doc.o #12 1437. CC editfns.o #12 1458. CC callint.o #12 1466. CC eval.o #12 1490. CC floatfns.o #12 1495. CC fns.o #12 1532. CC sort.o #12 1536. CC font.o #12 1560. CC print.o #12 1574. CC lread.o #12 1598. CC emacs-module.o #12 1607. CC syntax.o #12 1633. CC bytecode.o #12 1647. CC comp.o #12 1649. CC dynlib.o #12 1650. CC process.o #12 1687. CC gnutls.o #12 1702. CC callproc.o #12 1710. CC region-cache.o #12 1713. CC sound.o #12 1716. CC timefns.o #12 1723. CC atimer.o #12 1726. CC doprnt.o #12 1729. CC intervals.o #12 1740. CC textprop.o #12 1753. CC composite.o #12 1766. CC xml.o #12 1768. CC lcms.o #12 1768. CC inotify.o #12 1772. CC profiler.o #12 1775. CC decompress.o #12 1777. CC thread.o #12 1781. CC systhread.o #12 1783. CC sqlite.o #12 1784. CC treesit.o #12 1785. CC itree.o #12 1788. CC fontset.o #12 1805. CC fringe.o #12 1814. CC image.o #12 1830. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1830. 143 | #define PIX_MASK_DRAW 1 #12 1830. | #12 1832. CC nsterm.o #12 1832. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1832. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1834. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1834. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1834. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1834. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1834. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1834. | ^~~~~~~~~~~~~~~~~~~~ #12 1834. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1834. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1834. | ^~~~~~~~~~~~~~~~~~~~ #12 1834. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1834. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1834. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1834. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1834. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 88 | #if GS_API_VERSION(0,011500) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1834. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1834. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1834. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1834. | ^~~~~~~~~~ #12 1834. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1834. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1834. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1834. | ^~~~~~~~~~ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1834. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1834. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1834. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1834. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1834. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1834. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1834. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1834. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1834. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1834. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 45 | #if GS_EXPOSE(NSArchiver) #12 1834. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1834. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1834. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1834. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1834. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1834. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1834. from nsgui.h:34, #12 1834. from dispextern.h:137, #12 1834. from nsterm.h:22, #12 1834. from nsterm.m:48: #12 1834. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1834. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1834. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1834. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 114 | #if GS_EXPOSE(NSBundle) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 43 | #if GS_EXPOSE(NSCache) #12 1835. | ^~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 113 | #if GS_EXPOSE(NSException) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1835. 303 | NSGetUncaughtExceptionHandler(); #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 53 | #if GS_EXPOSE(NSExpression) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 47 | #if GS_EXPOSE(NSTimer) #12 1835. | ^~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1835. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1835. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 46 | #if GS_EXPOSE(NSRunLoop) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1835. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 40 | #if GS_EXPOSE(NSDistantObject) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 74 | #if GS_EXPOSE(NSLock) #12 1835. | ^~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 125 | #if GS_EXPOSE(NSCondition) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 175 | #if GS_EXPOSE(NSConditionLock) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1835. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 134 | #if GS_EXPOSE(NSError) #12 1835. | ^~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1835. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 182 | #if GS_EXPOSE(NSURLHandle) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 73 | #if GS_EXPOSE(NSURL) #12 1835. | ^~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1835. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 633 | #if GS_EXPOSE(NSURLComponents) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 160 | #if GS_EXPOSE(NSPipe) #12 1835. | ^~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 215 | #if GS_EXPOSE(NSFileManager) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 42 | #if GS_EXPOSE(NSHost) #12 1835. | ^~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 47 | #if GS_EXPOSE(NSIndexPath) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 49 | #if GS_EXPOSE(NSIndexSet) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 38 | #if GS_EXPOSE(NSInvocation) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 103 | #if GS_EXPOSE(NSLocale) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 361 | #if GS_EXPOSE(NSNetService) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 53 | #if GS_EXPOSE(NSPortCoder) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 77 | #if GS_EXPOSE(NSPort) #12 1835. | ^~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 202 | #if GS_EXPOSE(NSSocketPort) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 284 | #if GS_EXPOSE(NSMessagePort) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 47 | #if GS_EXPOSE(NSPortMessage) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 53 | #if GS_EXPOSE(NSProgress) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 42 | #if GS_EXPOSE(NSScanner) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 58 | #if GS_EXPOSE(NSSpellServer) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 51 | #if GS_EXPOSE(NSTask) #12 1835. | ^~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 59 | #if GS_EXPOSE(NSThread) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 87 | #if GS_EXPOSE(NSUndoManager) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 105 | #if GS_EXPOSE(NSURLCache) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 48 | #if GS_EXPOSE(NSURLConnection) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 56 | #if GS_EXPOSE(NSURLCredential) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 49 | #if GS_EXPOSE(NSURLDownload) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 92 | #if GS_EXPOSE(NSURLRequest) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 49 | #if GS_EXPOSE(NSURLResponse) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1835. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1835. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 72 | #if GS_EXPOSE(NSXMLParser) #12 1835. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1835. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1835. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1835. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1835. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1835. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1835. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1835. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1835. from nsgui.h:34, #12 1835. from dispextern.h:137, #12 1835. from nsterm.h:22, #12 1835. from nsterm.m:48: #12 1835. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1835. | ^ #12 1835. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1835. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1835. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1836. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1836. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1836. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1836. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1836. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1836. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1836. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1836. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1836. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1836. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1836. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1836. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1836. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1836. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1836. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1836. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1836. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1836. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1836. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1836. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1836. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1836. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1836. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1836. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1836. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1836. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1836. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1836. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1836. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1836. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1836. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1836. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1836. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1836. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1836. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1836. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1836. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1836. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1836. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1836. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1836. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1836. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1836. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1836. | ^~~~~~~~~~~~~~~~~~~~ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1836. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1836. | ^~~~~~~~~~~~~~~~~~~~ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1836. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1836. | ^ #12 1836. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1836. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1836. | ^ #12 1836. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1836. from nsgui.h:34, #12 1836. from dispextern.h:137, #12 1836. from nsterm.h:22, #12 1836. from nsterm.m:48: #12 1836. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1836. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1836. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1837. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1837. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1837. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1837. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1837. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1837. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1837. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1837. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1837. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1837. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1837. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1837. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1837. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1837. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1837. | ^ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1837. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1837. | ^ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 125 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 129 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 133 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 214 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 247 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 251 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 259 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 263 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 267 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 271 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 275 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 287 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 311 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 323 | __attribute__((unused)); #12 1837. | ^~~~~~~~~~~~~ #12 1837. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1837. from nsgui.h:34, #12 1837. from dispextern.h:137, #12 1837. from nsterm.h:22, #12 1837. from nsterm.m:48: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 493 | PSgsave() #12 1837. | ^~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 499 | PSgrestore() #12 1837. | ^~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 505 | PSinitgraphics() #12 1837. | ^~~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 622 | PSinitmatrix() #12 1837. | ^~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 669 | PSclip() #12 1837. | ^~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 675 | PSclosepath() #12 1837. | ^~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 687 | PSeoclip() #12 1837. | ^~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 693 | PSeofill() #12 1837. | ^~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 699 | PSfill() #12 1837. | ^~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 705 | PSflattenpath() #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 711 | PSinitclip() #12 1837. | ^~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 729 | PSnewpath() #12 1837. | ^~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 765 | PSreversepath() #12 1837. | ^~~~~~~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 783 | PSstroke() #12 1837. | ^~~~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1837. 835 | PSWait() #12 1837. | ^~~~~~ #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1837. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1838. nsterm.m: In function 'ns_set_undecorated': #12 1838. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1838. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1838. | ^ #12 1838. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1838. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1838. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1838. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1838. | ^ #12 1875. CC nsfns.o #12 1875. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1875. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1877. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1877. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1877. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1877. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1877. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1877. | ^~~~~~~~~~~~~~~~~~~~ #12 1877. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1877. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1877. | ^~~~~~~~~~~~~~~~~~~~ #12 1877. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1877. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1877. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1877. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1877. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 88 | #if GS_API_VERSION(0,011500) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1877. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1877. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1877. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1877. | ^~~~~~~~~~ #12 1877. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1877. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1877. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1877. | ^~~~~~~~~~ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1877. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1877. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1877. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1877. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1877. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1877. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1877. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1877. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1877. | ^ #12 1877. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1877. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1877. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1877. | ^ #12 1877. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1877. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1877. from nsgui.h:34, #12 1877. from dispextern.h:137, #12 1877. from nsterm.h:22, #12 1877. from nsfns.m:38: #12 1877. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1877. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1877. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1878. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 45 | #if GS_EXPOSE(NSArchiver) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 114 | #if GS_EXPOSE(NSBundle) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 43 | #if GS_EXPOSE(NSCache) #12 1878. | ^~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 113 | #if GS_EXPOSE(NSException) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1878. 303 | NSGetUncaughtExceptionHandler(); #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 53 | #if GS_EXPOSE(NSExpression) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 47 | #if GS_EXPOSE(NSTimer) #12 1878. | ^~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1878. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1878. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 46 | #if GS_EXPOSE(NSRunLoop) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1878. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 40 | #if GS_EXPOSE(NSDistantObject) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 74 | #if GS_EXPOSE(NSLock) #12 1878. | ^~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 125 | #if GS_EXPOSE(NSCondition) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 175 | #if GS_EXPOSE(NSConditionLock) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1878. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 134 | #if GS_EXPOSE(NSError) #12 1878. | ^~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1878. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 182 | #if GS_EXPOSE(NSURLHandle) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 73 | #if GS_EXPOSE(NSURL) #12 1878. | ^~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1878. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 633 | #if GS_EXPOSE(NSURLComponents) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 160 | #if GS_EXPOSE(NSPipe) #12 1878. | ^~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 215 | #if GS_EXPOSE(NSFileManager) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 42 | #if GS_EXPOSE(NSHost) #12 1878. | ^~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 47 | #if GS_EXPOSE(NSIndexPath) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 49 | #if GS_EXPOSE(NSIndexSet) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 38 | #if GS_EXPOSE(NSInvocation) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 103 | #if GS_EXPOSE(NSLocale) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 361 | #if GS_EXPOSE(NSNetService) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 53 | #if GS_EXPOSE(NSPortCoder) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 77 | #if GS_EXPOSE(NSPort) #12 1878. | ^~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 202 | #if GS_EXPOSE(NSSocketPort) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 284 | #if GS_EXPOSE(NSMessagePort) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 47 | #if GS_EXPOSE(NSPortMessage) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 53 | #if GS_EXPOSE(NSProgress) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 42 | #if GS_EXPOSE(NSScanner) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 58 | #if GS_EXPOSE(NSSpellServer) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 51 | #if GS_EXPOSE(NSTask) #12 1878. | ^~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 59 | #if GS_EXPOSE(NSThread) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1878. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 87 | #if GS_EXPOSE(NSUndoManager) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 105 | #if GS_EXPOSE(NSURLCache) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 48 | #if GS_EXPOSE(NSURLConnection) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1878. | ^ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 56 | #if GS_EXPOSE(NSURLCredential) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1878. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1878. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1878. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1878. from nsgui.h:34, #12 1878. from dispextern.h:137, #12 1878. from nsterm.h:22, #12 1878. from nsfns.m:38: #12 1878. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1878. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1878. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1878. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 49 | #if GS_EXPOSE(NSURLDownload) #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 92 | #if GS_EXPOSE(NSURLRequest) #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 49 | #if GS_EXPOSE(NSURLResponse) #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1879. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1879. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 72 | #if GS_EXPOSE(NSXMLParser) #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1879. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1879. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1879. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1879. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1879. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1879. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1879. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1879. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1879. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1879. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1879. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1879. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1879. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1879. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1879. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1879. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1879. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1879. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1879. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1879. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1879. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1879. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1879. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1879. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1879. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1879. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1879. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1879. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1879. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1879. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1879. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1879. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1879. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1879. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1879. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1879. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1879. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1879. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1879. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1879. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1879. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1879. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1879. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1879. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1879. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1879. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1879. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1879. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1879. | ^~~~~~~~~~~~~~~~~~~~ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1879. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1879. | ^~~~~~~~~~~~~~~~~~~~ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1879. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1879. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1879. | ^ #12 1879. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1879. from nsgui.h:34, #12 1879. from dispextern.h:137, #12 1879. from nsterm.h:22, #12 1879. from nsfns.m:38: #12 1879. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1879. | ^ #12 1879. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1879. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1879. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1880. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1880. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1880. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1880. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1880. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1880. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1880. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1880. | ^ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1880. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1880. | ^ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 125 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 129 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 133 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 214 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 247 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 251 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 259 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 263 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 267 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 271 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 275 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 287 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 311 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 323 | __attribute__((unused)); #12 1880. | ^~~~~~~~~~~~~ #12 1880. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1880. from nsgui.h:34, #12 1880. from dispextern.h:137, #12 1880. from nsterm.h:22, #12 1880. from nsfns.m:38: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 493 | PSgsave() #12 1880. | ^~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 499 | PSgrestore() #12 1880. | ^~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 505 | PSinitgraphics() #12 1880. | ^~~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 622 | PSinitmatrix() #12 1880. | ^~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 669 | PSclip() #12 1880. | ^~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 675 | PSclosepath() #12 1880. | ^~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 687 | PSeoclip() #12 1880. | ^~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 693 | PSeofill() #12 1880. | ^~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 699 | PSfill() #12 1880. | ^~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 705 | PSflattenpath() #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 711 | PSinitclip() #12 1880. | ^~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 729 | PSnewpath() #12 1880. | ^~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 765 | PSreversepath() #12 1880. | ^~~~~~~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 783 | PSstroke() #12 1880. | ^~~~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1880. 835 | PSWait() #12 1880. | ^~~~~~ #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1880. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1880. nsfns.m: At top level: #12 1880. nsfns.m:694:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1880. 694 | ns_make_frame_key_window (struct frame *f) #12 1880. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1902. CC nsmenu.o #12 1902. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1902. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1904. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1904. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1904. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1904. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1904. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1904. | ^~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1904. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1904. | ^~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1904. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1904. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1904. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1904. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 88 | #if GS_API_VERSION(0,011500) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1904. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1904. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1904. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1904. | ^~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1904. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1904. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1904. | ^~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1904. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1904. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1904. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1904. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1904. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1904. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1904. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1904. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 45 | #if GS_EXPOSE(NSArchiver) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 114 | #if GS_EXPOSE(NSBundle) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 43 | #if GS_EXPOSE(NSCache) #12 1904. | ^~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 113 | #if GS_EXPOSE(NSException) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1904. 303 | NSGetUncaughtExceptionHandler(); #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 53 | #if GS_EXPOSE(NSExpression) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 47 | #if GS_EXPOSE(NSTimer) #12 1904. | ^~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1904. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1904. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 46 | #if GS_EXPOSE(NSRunLoop) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1904. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 40 | #if GS_EXPOSE(NSDistantObject) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 74 | #if GS_EXPOSE(NSLock) #12 1904. | ^~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 125 | #if GS_EXPOSE(NSCondition) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 175 | #if GS_EXPOSE(NSConditionLock) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1904. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 134 | #if GS_EXPOSE(NSError) #12 1904. | ^~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1904. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 182 | #if GS_EXPOSE(NSURLHandle) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 73 | #if GS_EXPOSE(NSURL) #12 1904. | ^~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1904. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 633 | #if GS_EXPOSE(NSURLComponents) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 160 | #if GS_EXPOSE(NSPipe) #12 1904. | ^~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 215 | #if GS_EXPOSE(NSFileManager) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 42 | #if GS_EXPOSE(NSHost) #12 1904. | ^~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 47 | #if GS_EXPOSE(NSIndexPath) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 49 | #if GS_EXPOSE(NSIndexSet) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 38 | #if GS_EXPOSE(NSInvocation) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 103 | #if GS_EXPOSE(NSLocale) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 361 | #if GS_EXPOSE(NSNetService) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 53 | #if GS_EXPOSE(NSPortCoder) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1904. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 77 | #if GS_EXPOSE(NSPort) #12 1904. | ^~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 202 | #if GS_EXPOSE(NSSocketPort) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 284 | #if GS_EXPOSE(NSMessagePort) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 47 | #if GS_EXPOSE(NSPortMessage) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 53 | #if GS_EXPOSE(NSProgress) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 42 | #if GS_EXPOSE(NSScanner) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 58 | #if GS_EXPOSE(NSSpellServer) #12 1904. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1904. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1904. | ^ #12 1904. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1904. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1904. from nsgui.h:34, #12 1904. from dispextern.h:137, #12 1904. from window.h:23, #12 1904. from nsmenu.m:29: #12 1904. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1904. | ^ #12 1904. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1904. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1904. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1905. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 51 | #if GS_EXPOSE(NSTask) #12 1905. | ^~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1905. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 59 | #if GS_EXPOSE(NSThread) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1905. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 87 | #if GS_EXPOSE(NSUndoManager) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 105 | #if GS_EXPOSE(NSURLCache) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 48 | #if GS_EXPOSE(NSURLConnection) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 56 | #if GS_EXPOSE(NSURLCredential) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 49 | #if GS_EXPOSE(NSURLDownload) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 92 | #if GS_EXPOSE(NSURLRequest) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 49 | #if GS_EXPOSE(NSURLResponse) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1905. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1905. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 72 | #if GS_EXPOSE(NSXMLParser) #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1905. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1905. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1905. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1905. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1905. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1905. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1905. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1905. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1905. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1905. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1905. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1905. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1905. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1905. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1905. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1905. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1905. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1905. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1905. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1905. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1905. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1905. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1905. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1905. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1905. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1905. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1905. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1905. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1905. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1905. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1905. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1905. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1905. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1905. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1905. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1905. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1905. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1905. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1905. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1905. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1905. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1905. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1905. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1905. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1905. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1905. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1905. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1905. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1905. | ^~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1905. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1905. | ^~~~~~~~~~~~~~~~~~~~ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1905. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1905. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1905. | ^ #12 1905. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1905. from nsgui.h:34, #12 1905. from dispextern.h:137, #12 1905. from window.h:23, #12 1905. from nsmenu.m:29: #12 1905. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1905. | ^ #12 1905. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1905. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1905. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1906. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1906. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1906. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1906. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1906. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1906. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1906. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1906. | ^ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1906. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1906. | ^ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 125 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 129 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 133 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 214 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 247 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 251 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 259 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 263 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 267 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 271 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 275 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 287 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 311 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 323 | __attribute__((unused)); #12 1906. | ^~~~~~~~~~~~~ #12 1906. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1906. from nsgui.h:34, #12 1906. from dispextern.h:137, #12 1906. from window.h:23, #12 1906. from nsmenu.m:29: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 493 | PSgsave() #12 1906. | ^~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 499 | PSgrestore() #12 1906. | ^~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 505 | PSinitgraphics() #12 1906. | ^~~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 622 | PSinitmatrix() #12 1906. | ^~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 669 | PSclip() #12 1906. | ^~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 675 | PSclosepath() #12 1906. | ^~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 687 | PSeoclip() #12 1906. | ^~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 693 | PSeofill() #12 1906. | ^~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 699 | PSfill() #12 1906. | ^~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 705 | PSflattenpath() #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 711 | PSinitclip() #12 1906. | ^~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 729 | PSnewpath() #12 1906. | ^~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 765 | PSreversepath() #12 1906. | ^~~~~~~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 783 | PSstroke() #12 1906. | ^~~~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1906. 835 | PSWait() #12 1906. | ^~~~~~ #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1906. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1913. CC nsselect.o #12 1913. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1913. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1914. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1914. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1914. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1914. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1914. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1914. | ^~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1914. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1914. | ^~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1914. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1914. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1914. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1914. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 88 | #if GS_API_VERSION(0,011500) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1914. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1914. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1914. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1914. | ^~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1914. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1914. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1914. | ^~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1914. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1914. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1914. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1914. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1914. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1914. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1914. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1914. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 45 | #if GS_EXPOSE(NSArchiver) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 114 | #if GS_EXPOSE(NSBundle) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 43 | #if GS_EXPOSE(NSCache) #12 1914. | ^~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 113 | #if GS_EXPOSE(NSException) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1914. 303 | NSGetUncaughtExceptionHandler(); #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 53 | #if GS_EXPOSE(NSExpression) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 47 | #if GS_EXPOSE(NSTimer) #12 1914. | ^~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1914. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1914. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 46 | #if GS_EXPOSE(NSRunLoop) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1914. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 40 | #if GS_EXPOSE(NSDistantObject) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 74 | #if GS_EXPOSE(NSLock) #12 1914. | ^~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 125 | #if GS_EXPOSE(NSCondition) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 175 | #if GS_EXPOSE(NSConditionLock) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1914. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 134 | #if GS_EXPOSE(NSError) #12 1914. | ^~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1914. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 182 | #if GS_EXPOSE(NSURLHandle) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 73 | #if GS_EXPOSE(NSURL) #12 1914. | ^~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1914. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1914. | ^ #12 1914. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1914. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1914. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1914. from nsgui.h:34, #12 1914. from dispextern.h:137, #12 1914. from nsterm.h:22, #12 1914. from nsselect.m:31: #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1914. | ^ #12 1914. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1914. 633 | #if GS_EXPOSE(NSURLComponents) #12 1914. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 160 | #if GS_EXPOSE(NSPipe) #12 1915. | ^~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 215 | #if GS_EXPOSE(NSFileManager) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 42 | #if GS_EXPOSE(NSHost) #12 1915. | ^~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 47 | #if GS_EXPOSE(NSIndexPath) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 49 | #if GS_EXPOSE(NSIndexSet) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 38 | #if GS_EXPOSE(NSInvocation) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 103 | #if GS_EXPOSE(NSLocale) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 361 | #if GS_EXPOSE(NSNetService) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 53 | #if GS_EXPOSE(NSPortCoder) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 77 | #if GS_EXPOSE(NSPort) #12 1915. | ^~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 202 | #if GS_EXPOSE(NSSocketPort) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 284 | #if GS_EXPOSE(NSMessagePort) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 47 | #if GS_EXPOSE(NSPortMessage) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 53 | #if GS_EXPOSE(NSProgress) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 42 | #if GS_EXPOSE(NSScanner) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 58 | #if GS_EXPOSE(NSSpellServer) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 51 | #if GS_EXPOSE(NSTask) #12 1915. | ^~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 59 | #if GS_EXPOSE(NSThread) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 87 | #if GS_EXPOSE(NSUndoManager) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 105 | #if GS_EXPOSE(NSURLCache) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 48 | #if GS_EXPOSE(NSURLConnection) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 56 | #if GS_EXPOSE(NSURLCredential) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 49 | #if GS_EXPOSE(NSURLDownload) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 92 | #if GS_EXPOSE(NSURLRequest) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 49 | #if GS_EXPOSE(NSURLResponse) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1915. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1915. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 72 | #if GS_EXPOSE(NSXMLParser) #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1915. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1915. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1915. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1915. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1915. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1915. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1915. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1915. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1915. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1915. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1915. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1915. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1915. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1915. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1915. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1915. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1915. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1915. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1915. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1915. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1915. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1915. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1915. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1915. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1915. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1915. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1915. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1915. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1915. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1915. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1915. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1915. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1915. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1915. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1915. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1915. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1915. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1915. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1915. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1915. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1915. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1915. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1915. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1915. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1915. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1915. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1915. from nsgui.h:34, #12 1915. from dispextern.h:137, #12 1915. from nsterm.h:22, #12 1915. from nsselect.m:31: #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1915. | ^ #12 1915. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1915. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1915. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1916. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1916. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1916. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1916. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1916. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1916. | ^~~~~~~~~~~~~~~~~~~~ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1916. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1916. | ^~~~~~~~~~~~~~~~~~~~ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1916. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1916. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1916. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1916. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1916. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1916. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1916. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1916. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1916. | ^ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1916. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1916. | ^ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 125 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 129 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 133 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 214 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 247 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 251 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 259 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 263 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 267 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 271 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 275 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 287 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 311 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 323 | __attribute__((unused)); #12 1916. | ^~~~~~~~~~~~~ #12 1916. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1916. from nsgui.h:34, #12 1916. from dispextern.h:137, #12 1916. from nsterm.h:22, #12 1916. from nsselect.m:31: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 493 | PSgsave() #12 1916. | ^~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 499 | PSgrestore() #12 1916. | ^~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 505 | PSinitgraphics() #12 1916. | ^~~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 622 | PSinitmatrix() #12 1916. | ^~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 669 | PSclip() #12 1916. | ^~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 675 | PSclosepath() #12 1916. | ^~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 687 | PSeoclip() #12 1916. | ^~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 693 | PSeofill() #12 1916. | ^~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 699 | PSfill() #12 1916. | ^~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 705 | PSflattenpath() #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 711 | PSinitclip() #12 1916. | ^~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 729 | PSnewpath() #12 1916. | ^~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 765 | PSreversepath() #12 1916. | ^~~~~~~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 783 | PSstroke() #12 1916. | ^~~~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1916. 835 | PSWait() #12 1916. | ^~~~~~ #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1916. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1920. CC nsimage.o #12 1920. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1920. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1922. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1922. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1922. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1922. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1922. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1922. | ^~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1922. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1922. | ^~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1922. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1922. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1922. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1922. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 88 | #if GS_API_VERSION(0,011500) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1922. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1922. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1922. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1922. | ^~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1922. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1922. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1922. | ^~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1922. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1922. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1922. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1922. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1922. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1922. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1922. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1922. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 45 | #if GS_EXPOSE(NSArchiver) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 114 | #if GS_EXPOSE(NSBundle) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 43 | #if GS_EXPOSE(NSCache) #12 1922. | ^~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 113 | #if GS_EXPOSE(NSException) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1922. 303 | NSGetUncaughtExceptionHandler(); #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 53 | #if GS_EXPOSE(NSExpression) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 47 | #if GS_EXPOSE(NSTimer) #12 1922. | ^~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1922. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1922. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 46 | #if GS_EXPOSE(NSRunLoop) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1922. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 40 | #if GS_EXPOSE(NSDistantObject) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 74 | #if GS_EXPOSE(NSLock) #12 1922. | ^~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 125 | #if GS_EXPOSE(NSCondition) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 175 | #if GS_EXPOSE(NSConditionLock) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1922. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 134 | #if GS_EXPOSE(NSError) #12 1922. | ^~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1922. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 182 | #if GS_EXPOSE(NSURLHandle) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 73 | #if GS_EXPOSE(NSURL) #12 1922. | ^~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1922. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 633 | #if GS_EXPOSE(NSURLComponents) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 160 | #if GS_EXPOSE(NSPipe) #12 1922. | ^~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 215 | #if GS_EXPOSE(NSFileManager) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 42 | #if GS_EXPOSE(NSHost) #12 1922. | ^~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 47 | #if GS_EXPOSE(NSIndexPath) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 49 | #if GS_EXPOSE(NSIndexSet) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 38 | #if GS_EXPOSE(NSInvocation) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 103 | #if GS_EXPOSE(NSLocale) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 361 | #if GS_EXPOSE(NSNetService) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 53 | #if GS_EXPOSE(NSPortCoder) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 77 | #if GS_EXPOSE(NSPort) #12 1922. | ^~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 202 | #if GS_EXPOSE(NSSocketPort) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 284 | #if GS_EXPOSE(NSMessagePort) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 47 | #if GS_EXPOSE(NSPortMessage) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 53 | #if GS_EXPOSE(NSProgress) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 42 | #if GS_EXPOSE(NSScanner) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 58 | #if GS_EXPOSE(NSSpellServer) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 51 | #if GS_EXPOSE(NSTask) #12 1922. | ^~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 59 | #if GS_EXPOSE(NSThread) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 87 | #if GS_EXPOSE(NSUndoManager) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 105 | #if GS_EXPOSE(NSURLCache) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 48 | #if GS_EXPOSE(NSURLConnection) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 56 | #if GS_EXPOSE(NSURLCredential) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 49 | #if GS_EXPOSE(NSURLDownload) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 92 | #if GS_EXPOSE(NSURLRequest) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 49 | #if GS_EXPOSE(NSURLResponse) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1922. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1922. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 72 | #if GS_EXPOSE(NSXMLParser) #12 1922. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1922. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1922. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1922. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1922. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1922. | ^ #12 1922. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1922. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1922. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1922. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1922. from nsgui.h:34, #12 1922. from dispextern.h:137, #12 1922. from nsimage.m:33: #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1922. | ^ #12 1922. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1922. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1922. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1923. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1923. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1923. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1923. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1923. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1923. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1923. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1923. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1923. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1923. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1923. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1923. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1923. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1923. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1923. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1923. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1923. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1923. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1923. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1923. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1923. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1923. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1923. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1923. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1923. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1923. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1923. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1923. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1923. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1923. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1923. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1923. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1923. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1923. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1923. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1923. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1923. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1923. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1923. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1923. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1923. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1923. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1923. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1923. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1923. | ^~~~~~~~~~~~~~~~~~~~ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1923. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1923. | ^~~~~~~~~~~~~~~~~~~~ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1923. | ^ #12 1923. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1923. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1923. from nsgui.h:34, #12 1923. from dispextern.h:137, #12 1923. from nsimage.m:33: #12 1923. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1923. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1923. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1924. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1924. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1924. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1924. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1924. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1924. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1924. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1924. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1924. | ^ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1924. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1924. | ^ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 125 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 129 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 133 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 214 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 247 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 251 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 259 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 263 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 267 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 271 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 275 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 287 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 311 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 323 | __attribute__((unused)); #12 1924. | ^~~~~~~~~~~~~ #12 1924. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1924. from nsgui.h:34, #12 1924. from dispextern.h:137, #12 1924. from nsimage.m:33: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 493 | PSgsave() #12 1924. | ^~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 499 | PSgrestore() #12 1924. | ^~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 505 | PSinitgraphics() #12 1924. | ^~~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 622 | PSinitmatrix() #12 1924. | ^~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 669 | PSclip() #12 1924. | ^~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 675 | PSclosepath() #12 1924. | ^~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 687 | PSeoclip() #12 1924. | ^~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 693 | PSeofill() #12 1924. | ^~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 699 | PSfill() #12 1924. | ^~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 705 | PSflattenpath() #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 711 | PSinitclip() #12 1924. | ^~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 729 | PSnewpath() #12 1924. | ^~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 765 | PSreversepath() #12 1924. | ^~~~~~~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 783 | PSstroke() #12 1924. | ^~~~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1924. 835 | PSWait() #12 1924. | ^~~~~~ #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1924. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1928. CC nsfont.o #12 1928. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1928. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1929. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1929. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1929. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1929. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1929. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1929. | ^~~~~~~~~~~~~~~~~~~~ #12 1929. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1929. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1929. | ^~~~~~~~~~~~~~~~~~~~ #12 1929. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1929. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1929. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1929. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1929. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 88 | #if GS_API_VERSION(0,011500) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1929. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1929. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1929. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1929. | ^~~~~~~~~~ #12 1929. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1929. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1929. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1929. | ^~~~~~~~~~ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1929. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1929. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1929. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1929. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1929. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1929. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1929. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1929. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1929. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 45 | #if GS_EXPOSE(NSArchiver) #12 1929. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1929. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1929. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1929. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1929. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1929. | ^ #12 1929. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1929. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1929. from nsgui.h:34, #12 1929. from dispextern.h:137, #12 1929. from nsfont.m:28: #12 1929. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1929. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1929. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1929. | ^ #12 1929. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1929. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1929. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 114 | #if GS_EXPOSE(NSBundle) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 43 | #if GS_EXPOSE(NSCache) #12 1930. | ^~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 113 | #if GS_EXPOSE(NSException) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1930. 303 | NSGetUncaughtExceptionHandler(); #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 53 | #if GS_EXPOSE(NSExpression) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 47 | #if GS_EXPOSE(NSTimer) #12 1930. | ^~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1930. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1930. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 46 | #if GS_EXPOSE(NSRunLoop) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1930. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 40 | #if GS_EXPOSE(NSDistantObject) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 74 | #if GS_EXPOSE(NSLock) #12 1930. | ^~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 125 | #if GS_EXPOSE(NSCondition) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 175 | #if GS_EXPOSE(NSConditionLock) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1930. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 134 | #if GS_EXPOSE(NSError) #12 1930. | ^~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1930. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 182 | #if GS_EXPOSE(NSURLHandle) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 73 | #if GS_EXPOSE(NSURL) #12 1930. | ^~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1930. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 633 | #if GS_EXPOSE(NSURLComponents) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 160 | #if GS_EXPOSE(NSPipe) #12 1930. | ^~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 215 | #if GS_EXPOSE(NSFileManager) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 42 | #if GS_EXPOSE(NSHost) #12 1930. | ^~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 47 | #if GS_EXPOSE(NSIndexPath) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 49 | #if GS_EXPOSE(NSIndexSet) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 38 | #if GS_EXPOSE(NSInvocation) #12 1930. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1930. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1930. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1930. | ^ #12 1930. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1930. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1930. from nsgui.h:34, #12 1930. from dispextern.h:137, #12 1930. from nsfont.m:28: #12 1930. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1930. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1930. | #12 1930. [output clipped, log limit 2MiB reached] #12 1931. make[3]: Leaving directory '/checkout/src' #12 1932. make[2]: Leaving directory '/checkout' #12 1932. make[1]: Leaving directory '/checkout' #12 1932. make[1]: Entering directory '/checkout' #12 1932. make[1]: Leaving directory '/checkout' #12 1941. /GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1941. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 361 | #if GS_EXPOSE(NSNetService) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 53 | #if GS_EXPOSE(NSPortCoder) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1941. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 77 | #if GS_EXPOSE(NSPort) #12 1941. | ^~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 202 | #if GS_EXPOSE(NSSocketPort) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 284 | #if GS_EXPOSE(NSMessagePort) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 47 | #if GS_EXPOSE(NSPortMessage) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 53 | #if GS_EXPOSE(NSProgress) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 42 | #if GS_EXPOSE(NSScanner) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 58 | #if GS_EXPOSE(NSSpellServer) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1941. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 51 | #if GS_EXPOSE(NSTask) #12 1941. | ^~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1941. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 59 | #if GS_EXPOSE(NSThread) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1941. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 87 | #if GS_EXPOSE(NSUndoManager) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 105 | #if GS_EXPOSE(NSURLCache) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 48 | #if GS_EXPOSE(NSURLConnection) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 56 | #if GS_EXPOSE(NSURLCredential) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 49 | #if GS_EXPOSE(NSURLDownload) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 92 | #if GS_EXPOSE(NSURLRequest) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 49 | #if GS_EXPOSE(NSURLResponse) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1941. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1941. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 72 | #if GS_EXPOSE(NSXMLParser) #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1941. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1941. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1941. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1941. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1941. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1941. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1941. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1941. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1941. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1941. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1941. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1941. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1941. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1941. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1941. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1941. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1941. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1941. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1941. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1941. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1941. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1941. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1941. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1941. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1941. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1941. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1941. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1941. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1941. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1941. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1941. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1941. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1941. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1941. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1941. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1941. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1941. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1941. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1941. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1941. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1941. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1941. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1941. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1941. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1941. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1941. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1941. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1941. | ^~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1941. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1941. | ^~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1941. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1941. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1941. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1941. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1941. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1941. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1941. | ^ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1941. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1941. | ^ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 125 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 129 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 133 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 214 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 247 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 251 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 259 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 263 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 267 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 271 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 275 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 287 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 311 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 323 | __attribute__((unused)); #12 1941. | ^~~~~~~~~~~~~ #12 1941. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1941. from nsgui.h:34, #12 1941. from dispextern.h:137, #12 1941. from nsfont.m:28: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 493 | PSgsave() #12 1941. | ^~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 499 | PSgrestore() #12 1941. | ^~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 505 | PSinitgraphics() #12 1941. | ^~~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 622 | PSinitmatrix() #12 1941. | ^~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 669 | PSclip() #12 1941. | ^~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 675 | PSclosepath() #12 1941. | ^~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 687 | PSeoclip() #12 1941. | ^~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 693 | PSeofill() #12 1941. | ^~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 699 | PSfill() #12 1941. | ^~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 705 | PSflattenpath() #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 711 | PSinitclip() #12 1941. | ^~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 729 | PSnewpath() #12 1941. | ^~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 765 | PSreversepath() #12 1941. | ^~~~~~~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 783 | PSstroke() #12 1941. | ^~~~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1941. 835 | PSWait() #12 1941. | ^~~~~~ #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1941. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1941. nsfont.m: In function 'nsfont_open': #12 1941. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1941. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1941. | ^~~~~~~~~~~~~~~ #12 1941. In file included from nsfont.m:27: #12 1941. ./globals.h:4727:8: note: declared here #12 1941. 4727 | EXFUN (Ffont_xlfd_name, 3); #12 1941. | ^~~~~~~~~~~~~~~ #12 1941. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1941. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1941. | ^~~~~~ #12 1941. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1941. make[2]: *** [Makefile:554: src] Error 2 #12 1941. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1941. *** #12 1941. *** "make bootstrap" failed with exit status 2. #12 1941. *** #12 1941. *** You could try to: #12 1941. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1941. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1941. *** default configuration options, which might fix the problem #12 1941. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1941. *** fix the problem if "make bootstrap configure=default" did not #12 1941. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1941. *** !BEWARE! version control, which means that all changes to such #12 1941. *** !BEWARE! files will be lost and cannot be restored later #12 1941. *** - run "make V=1", which displays the full commands invoked by make, #12 1941. *** to further investigate the problem #12 1941. *** - report the problem and ask for help by sending an email to #12 1941. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1941. *** message, the platform, and the repository revision displayed by #12 1941. *** "git rev-parse HEAD" #12 1941. *** #12 1941. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1941. make: *** [Makefile:1274: bootstrap] Error 2 #12 ERROR: executor failed running [/bin/sh -c make bootstrap]: exit code: 2 ------ > [emacs-gnustep 6/6] RUN make bootstrap: ------ executor failed running [/bin/sh -c make bootstrap]: exit code: 2 section_end:1702299031:step_script section_start:1702299031:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-gnustep-9434ad25: No such file or directory section_end:1702299039:after_script section_start:1702299039:cleanup_file_variables Cleaning up project directory and file based variables section_end:1702299044:cleanup_file_variables ERROR: Job failed: exit code 1