Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1698105811: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:1698105817:prepare_executor section_start:1698105817:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-2 via emba.gnu.org... section_end:1698105820:prepare_script section_start:1698105820:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out b376580e as master... Skipping Git submodules setup section_end:1698105847:get_sources section_start:1698105847: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: 6 Paused: 0 Stopped: 18 Images: 17 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-b376580e975b311390308e49a2b4c951ff6a7574/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 ... #2 [internal] load .dockerignore #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 11.2s #2 [internal] load .dockerignore #2 transferring context: 2B 0.2s done #2 DONE 17.4s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.0s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:c141beaa9... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: #7 transferring context: 41.54MB 5.0s #7 transferring context: 96.19MB 10.1s #7 transferring context: 105.80MB 15.1s #7 transferring context: 110.00MB 20.1s #7 transferring context: 141.40MB 32.6s #7 transferring context: 180.62MB 37.6s #7 transferring context: 195.53MB 42.8s #7 transferring context: 224.68MB 53.1s #7 transferring context: 242.19MB 55.7s done #7 DONE 56.3s #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 20.1s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 1.5s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 4.355 Checking whether you have the necessary tools... #10 4.355 (Read INSTALL.REPO for more details on building Emacs) #10 4.355 Checking for autoconf (need at least version 2.65) ... ok #10 4.560 Your system has the required tools. #10 4.577 Building aclocal.m4 ... #10 4.577 Running 'autoreconf -fi -I m4' ... #10 50.32 Building 'aclocal.m4' in exec ... #10 50.33 Running 'autoreconf -fi' in exec ... #10 61.73 You can now run './autogen.sh git'. #10 DONE 62.0s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 3.267 checking for xcrun... no #11 3.287 checking for GNU Make... make #11 3.407 checking build system type... x86_64-pc-linux-gnu #11 4.255 checking host system type... x86_64-pc-linux-gnu #11 4.421 checking for gcc... gcc #11 4.817 checking whether the C compiler works... yes #11 5.414 checking for C compiler default output file name... a.out #11 5.422 checking for suffix of executables... #11 5.969 checking whether we are cross compiling... no #11 6.345 checking for suffix of object files... o #11 6.616 checking whether we are using the GNU C compiler... yes #11 6.997 checking whether gcc accepts -g... yes #11 7.315 checking for gcc option to enable C11 features... none needed #11 8.035 checking whether the compiler is clang... no #11 8.268 checking for compiler option needed when checking for declarations... none #11 8.277 checking whether gcc and cc understand -c and -o together... yes #11 9.784 checking how to run the C preprocessor... gcc -E #11 10.36 checking for grep that handles long lines and -e... /bin/grep #11 10.41 checking for egrep... /bin/grep -E #11 10.45 checking for ANSI C header files... yes #11 12.15 checking for sys/types.h... yes #11 12.68 checking for sys/stat.h... yes #11 13.23 checking for stdlib.h... yes #11 13.69 checking for string.h... yes #11 14.29 checking for memory.h... yes #11 14.86 checking for strings.h... yes #11 15.47 checking for inttypes.h... yes #11 16.08 checking for stdint.h... yes #11 16.51 checking for unistd.h... yes #11 16.95 checking for wchar.h... yes #11 17.54 checking for minix/config.h... no #11 18.02 checking for linux/fs.h... yes #11 18.55 checking for malloc.h... yes #11 19.13 checking for sys/systeminfo.h... no #11 19.60 checking for sys/sysinfo.h... yes #11 20.29 checking for coff.h... no #11 20.75 checking for pty.h... yes #11 21.31 checking for sys/resource.h... yes #11 21.85 checking for sys/utsname.h... yes #11 22.50 checking for pwd.h... yes #11 23.02 checking for util.h... no #11 23.59 checking for sanitizer/lsan_interface.h... yes #11 24.06 checking for sanitizer/asan_interface.h... yes #11 24.43 checking for sanitizer/common_interface_defs.h... yes #11 25.00 checking for sys/socket.h... yes #11 25.53 checking for stdlib.h... (cached) yes #11 25.61 checking for unistd.h... (cached) yes #11 25.71 checking for sys/param.h... yes #11 26.26 checking for pthread.h... yes #11 26.54 checking for malloc/malloc.h... no #11 26.95 checking for sys/un.h... yes #11 27.62 checking for utmp.h... yes #11 28.20 checking for utmpx.h... yes #11 28.77 checking for OS.h... no #11 29.24 checking for dirent.h... yes #11 29.79 checking for execinfo.h... yes #11 30.37 checking for linux/xattr.h... yes #11 30.86 checking for stdio_ext.h... yes #11 31.40 checking for sys/vfs.h... yes #11 31.92 checking for sys/fs_types.h... no #11 32.31 checking for getopt.h... yes #11 32.72 checking for sys/cdefs.h... yes #11 33.22 checking for sys/time.h... yes #11 33.84 checking for ieee754.h... yes #11 34.26 checking for limits.h... yes #11 34.70 checking for inttypes.h... (cached) yes #11 34.84 checking for sys/types.h... (cached) yes #11 34.90 checking for stdint.h... (cached) yes #11 34.98 checking for sys/select.h... yes #11 35.51 checking for stdbool.h... yes #11 35.87 checking for stdckdint.h... no #11 36.38 checking for sys/random.h... yes #11 36.84 checking for sys/stat.h... (cached) yes #11 36.93 checking whether it is safe to define __EXTENSIONS__... yes #11 37.36 checking whether _XOPEN_SOURCE should be defined... no #11 37.78 checking for Minix Amsterdam compiler... no #11 37.93 checking for ar... ar #11 37.93 checking for ranlib... ranlib #11 37.93 checking for gcc option to enable large file support... none needed #11 38.74 checking for gcc option for timestamps after 2038... none needed #11 39.10 checking for g++... g++ #11 39.41 checking whether we are using the GNU C++ compiler... yes #11 39.69 checking whether g++ accepts -g... yes #11 39.92 checking for g++ option to enable C++11 features... none needed #11 122.0 checking how to run the C++ preprocessor... g++ -E #11 122.5 checking whether gcc accepts -g3 -O2... yes #11 123.3 checking whether the compiler is clang... no #11 123.6 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 123.9 checking whether -Wno-missing-field-initializers is needed... yes #11 124.4 checking whether -Wuninitialized is supported... yes #11 124.7 checking whether C compiler handles -fstrict-flex-arrays... no #11 125.0 checking whether C compiler handles -Wall... yes #11 125.6 checking whether C compiler handles -Warith-conversion... yes #11 126.3 checking whether C compiler handles -Wdate-time... yes #11 127.0 checking whether C compiler handles -Wdisabled-optimization... yes #11 127.6 checking whether C compiler handles -Wdouble-promotion... yes #11 128.2 checking whether C compiler handles -Wduplicated-cond... yes #11 128.8 checking whether C compiler handles -Wextra... yes #11 129.4 checking whether C compiler handles -Wformat-signedness... yes #11 129.9 checking whether C compiler handles -Winit-self... yes #11 130.5 checking whether C compiler handles -Winvalid-pch... yes #11 131.1 checking whether C compiler handles -Wlogical-op... yes #11 131.6 checking whether C compiler handles -Wmissing-declarations... yes #11 132.2 checking whether C compiler handles -Wmissing-include-dirs... yes #11 132.8 checking whether C compiler handles -Wmissing-prototypes... yes #11 133.4 checking whether C compiler handles -Wnested-externs... yes #11 134.0 checking whether C compiler handles -Wnull-dereference... yes #11 134.7 checking whether C compiler handles -Wold-style-definition... yes #11 135.2 checking whether C compiler handles -Wopenmp-simd... yes #11 135.9 checking whether C compiler handles -Wpacked... yes #11 136.5 checking whether C compiler handles -Wpointer-arith... yes #11 136.9 checking whether C compiler handles -Wstrict-flex-arrays... no #11 137.2 checking whether C compiler handles -Wstrict-prototypes... yes #11 138.4 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 138.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 139.5 checking whether C compiler handles -Wsuggest-final-methods... yes #11 140.2 checking whether C compiler handles -Wsuggest-final-types... yes #11 141.5 checking whether C compiler handles -Wtrampolines... yes #11 142.3 checking whether C compiler handles -Wuninitialized... yes #11 142.9 checking whether C compiler handles -Wunknown-pragmas... yes #11 143.5 checking whether C compiler handles -Wunused-macros... yes #11 144.4 checking whether C compiler handles -Wvariadic-macros... yes #11 145.1 checking whether C compiler handles -Wvector-operation-performance... yes #11 145.3 checking whether C compiler handles -Wwrite-strings... yes #11 145.7 checking whether C compiler handles -Warray-bounds=2... yes #11 146.2 checking whether C compiler handles -Wattribute-alias=2... yes #11 146.7 checking whether C compiler handles -Wformat=2... yes #11 147.5 checking whether C compiler handles -Wformat-truncation=2... yes #11 148.8 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 149.3 checking whether C compiler handles -Wshift-overflow=2... yes #11 149.9 checking whether C compiler handles -Wuse-after-free=3... no #11 150.0 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 150.7 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 151.2 checking whether C compiler handles -Wredundant-decls... yes #11 151.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 151.9 checking whether C compiler handles -Wno-override-init... yes #11 152.4 checking whether C compiler handles -Wno-sign-compare... yes #11 153.1 checking whether C compiler handles -Wno-type-limits... yes #11 153.6 checking whether C compiler handles -Wno-unused-parameter... yes #11 154.1 checking whether C compiler handles -Wno-format-nonliteral... yes #11 154.8 checking whether C compiler handles -Wno-bidi-chars... no #11 155.0 checking for a BSD-compatible install... /usr/bin/install -c #11 155.1 checking command to symlink files in the same directory... ln -s #11 155.1 checking for install-info... : #11 155.1 checking for gzip... /bin/gzip #11 155.1 checking for 'find' args to delete a file... -delete #11 155.2 checking for brew... no #11 156.4 checking for -znocombreloc... not needed #11 156.4 checking whether addresses are sanitized... no #11 156.6 checking for math library... -lm #11 158.4 checking for struct passwd.pw_gecos... yes #11 158.9 checking for pkg-config... /usr/bin/pkg-config #11 158.9 checking pkg-config is at least version 0.9.0... yes #11 158.9 checking for machine/soundcard.h... no #11 159.1 checking for sys/soundcard.h... yes #11 159.4 checking for soundcard.h... no #11 159.6 checking for mmsystem.h... no #11 159.9 checking for _oss_ioctl in -lossaudio... no #11 160.4 checking for alsa >= 1.0.0... no #11 160.5 checking for ADDR_NO_RANDOMIZE... yes #11 160.7 checking if Linux sysinfo may be used... yes #11 161.6 checking for sys/wait.h that is POSIX.1 compatible... yes #11 162.0 checking for net/if.h... yes #11 162.5 checking for ifaddrs.h... yes #11 163.0 checking for net/if_dl.h... no #11 163.6 checking for struct ifreq.ifr_flags... yes #11 164.3 checking for struct ifreq.ifr_hwaddr... yes #11 165.2 checking for struct ifreq.ifr_netmask... yes #11 166.2 checking for struct ifreq.ifr_broadaddr... yes #11 167.2 checking for struct ifreq.ifr_addr... yes #11 168.5 checking for struct ifreq.ifr_addr.sa_len... no #11 169.5 checking whether gcc understands -MMD -MF... yes #11 169.7 checking for X... no #11 170.6 checking AppKit/AppKit.h usability... yes #11 176.1 checking AppKit/AppKit.h presence... yes #11 177.5 checking for AppKit/AppKit.h... yes #11 177.5 checking for Mac OS X 12.0 or later... yes #11 177.7 checking for gcc... gcc #11 178.1 checking whether we are using the GNU Objective C compiler... yes #11 178.4 checking whether gcc accepts -g... yes #11 178.6 checking if the Objective C compiler supports instancetype... yes #11 178.7 checking if the Objective C compiler defaults to C99... no #11 178.8 checking whether malloc is Doug Lea style... no #11 179.3 checking for sbrk... yes #11 179.9 checking for __lsan_ignore_object... no #11 180.7 checking for fchmod... yes #11 181.3 checking for utmpname... yes #11 181.9 checking for utmpxname... yes #11 182.3 checking for canonicalize_file_name... yes #11 183.1 checking for realpath... yes #11 183.9 checking for lstat... yes #11 184.7 checking for fchmodat... yes #11 185.4 checking for lchmod... no #11 185.8 checking for fcntl... yes #11 186.3 checking for fdopendir... yes #11 186.8 checking for listxattr... yes #11 187.6 checking for fstatat... yes #11 188.3 checking for fsync... yes #11 189.0 checking for gettimeofday... yes #11 189.7 checking for memset_explicit... no #11 190.5 checking for memset_s... no #11 191.1 checking for pselect... yes #11 191.7 checking for readlink... yes #11 192.3 checking for isblank... yes #11 193.2 checking for iswctype... yes #11 194.2 checking for strtoimax... yes #11 195.1 checking for symlink... yes #11 195.8 checking for localtime_r... yes #11 196.4 checking for getdtablesize... yes #11 196.8 checking for getpagesize... yes #11 197.3 checking for working mmap... yes #11 198.4 checking for main in -lXbsd... no #11 198.8 checking for pthread library... -lpthread #11 200.4 checking for thread support... yes #11 200.4 checking for librsvg-2.0 >= 2.14.0... no #11 200.4 checking for libwebpdemux >= 0.6.0... no #11 200.5 checking for WebPGetInfo... no #11 201.2 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 201.3 checking for sqlite3_open_v2 in -lsqlite3... no #11 201.7 checking for getaddrinfo_a in -lanl... yes #11 202.2 checking for malloc_trim... yes #11 202.8 checking for dbus-1 >= 1.0... yes #11 203.0 checking for dbus_watch_get_unix_fd... yes #11 203.8 checking for dbus_type_is_valid... yes #11 204.7 checking for dbus_validate_bus_name... yes #11 205.6 checking for dbus_validate_path... yes #11 206.5 checking for dbus_validate_interface... yes #11 207.4 checking for dbus_validate_member... yes #11 208.3 checking for lgetfilecon in -lselinux... no #11 208.8 checking for gnutls >= 2.12.2... yes #11 209.0 checking for libsystemd >= 222... no #11 209.1 checking for jansson >= 2.7... no #11 209.2 checking for tree-sitter >= 0.20.2... no #11 209.3 checking for tree-sitter >= 0.6.3... no #11 209.4 checking sys/inotify.h usability... yes #11 210.0 checking sys/inotify.h presence... yes #11 210.2 checking for sys/inotify.h... yes #11 210.2 checking for inotify_init1... yes #11 211.3 checking for jpeglib 6b or later... no #11 212.0 checking for lcms2... no #11 212.1 checking for library containing inflateEnd... -lz #11 213.6 checking for dladdr... yes #11 214.5 checking for dlfunc... no #11 215.3 checking for libpng >= 1.0.0... no #11 215.4 checking for libpng not configured by pkg-config... no #11 215.7 checking tiffio.h usability... no #11 216.1 checking tiffio.h presence... no #11 216.3 checking for tiffio.h... no #11 216.3 checking gif_lib.h usability... no #11 216.7 checking gif_lib.h presence... no #11 216.9 checking for gif_lib.h... no #11 216.9 checking gpm.h usability... no #11 217.3 checking gpm.h presence... no #11 217.5 checking for gpm.h... no #11 217.5 checking for libxml-2.0 > 2.6.17... no #11 217.6 checking for maillock in -lmail... no #11 218.2 checking for maillock in -llockfile... no #11 218.6 checking for liblockfile.so... no #11 218.6 checking maillock.h usability... no #11 219.1 checking maillock.h presence... no #11 219.3 checking for maillock.h... no #11 219.4 checking linux/seccomp.h usability... yes #11 220.0 checking linux/seccomp.h presence... yes #11 220.2 checking for linux/seccomp.h... yes #11 220.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 220.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 221.2 checking linux/filter.h usability... yes #11 221.7 checking linux/filter.h presence... yes #11 221.8 checking for linux/filter.h... yes #11 222.0 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 222.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 222.1 checking for libseccomp >= 2.5.2... no #11 222.2 checking size of long... 8 #11 223.3 checking for accept4... yes #11 224.0 checking for fchdir... yes #11 224.8 checking for gethostname... yes #11 225.7 checking for getrusage... yes #11 226.8 checking for get_current_dir_name... yes #11 227.7 checking for lrand48... yes #11 228.4 checking for random... yes #11 229.1 checking for rint... yes #11 230.0 checking for tcdrain... yes #11 230.7 checking for trunc... yes #11 231.6 checking for select... yes #11 232.5 checking for getpagesize... (cached) yes #11 232.6 checking for setlocale... yes #11 233.4 checking for newlocale... yes #11 234.2 checking for getrlimit... yes #11 235.0 checking for setrlimit... yes #11 235.8 checking for shutdown... yes #11 236.7 checking for pthread_sigmask... (cached) yes #11 236.8 checking for strsignal... yes #11 237.7 checking for setitimer... yes #11 238.4 checking for sendto... yes #11 239.3 checking for recvfrom... yes #11 240.0 checking for getsockname... yes #11 240.9 checking for getifaddrs... yes #11 241.6 checking for freeifaddrs... yes #11 242.5 checking for gai_strerror... yes #11 243.2 checking for sync... yes #11 243.7 checking for endpwent... yes #11 244.3 checking for getgrent... yes #11 244.8 checking for endgrent... yes #11 245.2 checking for renameat2... yes #11 245.7 checking for cfmakeraw... yes #11 246.4 checking for cfsetspeed... yes #11 247.1 checking for __executable_start... yes #11 247.8 checking for log2... yes #11 248.7 checking for pthread_setname_np... yes #11 249.5 checking for pthread_set_name_np... no #11 250.2 checking for getpwent... yes #11 250.9 checking whether pthread_setname_np takes a single argument... no #11 251.2 checking whether pthread_setname_np takes three arguments... no #11 251.5 checking for aligned_alloc... yes #11 252.3 checking whether aligned_alloc is declared... yes #11 252.8 checking for posix_madvise... yes #11 253.5 checking for madvise... yes #11 254.2 checking for __builtin_frame_address... yes #11 254.7 checking for __builtin_unwind_init... yes #11 255.3 checking for _LARGEFILE_SOURCE value needed for large files... no #11 255.8 checking for grantpt... yes #11 256.6 checking for getpt... yes #11 257.2 checking for posix_openpt... yes #11 257.9 checking for library containing tputs... -ltinfo #11 258.9 checking whether -ltinfo library defines BC... yes #11 259.5 checking for timerfd interface... yes #11 260.1 checking whether signals can be handled on alternate stack... yes #11 260.6 checking valgrind/valgrind.h usability... no #11 261.1 checking valgrind/valgrind.h presence... no #11 261.4 checking for valgrind/valgrind.h... no #11 261.4 checking for struct unipair.unicode... yes #11 261.7 checking for pid_t... yes #11 262.6 checking vfork.h usability... no #11 263.0 checking vfork.h presence... no #11 263.3 checking for vfork.h... no #11 263.4 checking for fork... yes #11 264.2 checking for vfork... yes #11 264.8 checking for working fork... yes #11 265.7 checking for working vfork... (cached) yes #11 265.8 checking for snprintf... yes #11 266.5 checking for open_memstream... yes #11 267.3 checking spawn.h usability... yes #11 267.7 checking spawn.h presence... yes #11 267.8 checking for spawn.h... yes #11 267.9 checking for posix_spawn... yes #11 268.6 checking for posix_spawn_file_actions_addchdir... no #11 269.2 checking for posix_spawn_file_actions_addchdir_np... yes #11 269.9 checking for posix_spawnattr_setflags... yes #11 270.6 checking whether POSIX_SPAWN_SETSID is declared... yes #11 271.0 checking whether GLib is linked in... no #11 271.2 checking for nl_langinfo and CODESET... yes #11 271.8 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 272.5 checking for mbstate_t... yes #11 273.1 checking for signals via characters... yes #11 273.7 checking for _setjmp... yes #11 274.3 checking for sigsetjmp... yes #11 274.8 checking POSIX termios... yes #11 275.5 checking size of speed_t... 4 #11 276.3 checking for usable FIONREAD... yes #11 276.8 checking for usable SIGIO... yes #11 277.5 checking for struct alignment... yes #11 277.8 checking for C/C++ restrict keyword... __restrict__ #11 278.1 checking for typeof syntax and keyword spelling... typeof #11 278.5 checking for statement expressions... yes #11 278.7 checking whether malloc (0) returns nonnull... yes #11 279.2 checking sys/acl.h usability... yes #11 279.6 checking sys/acl.h presence... yes #11 279.8 checking for sys/acl.h... yes #11 279.8 checking for library containing acl_get_file... -lacl #11 281.1 checking for acl_get_file... yes #11 281.9 checking for acl_get_fd... yes #11 282.5 checking for acl_set_file... yes #11 283.1 checking for acl_set_fd... yes #11 283.7 checking for acl_free... yes #11 284.3 checking for acl_from_mode... yes #11 285.0 checking for acl_from_text... yes #11 285.7 checking for acl_delete_def_file... yes #11 286.3 checking for acl_extended_file... yes #11 286.9 checking for acl_delete_fd_np... no #11 287.7 checking for acl_delete_file_np... no #11 288.4 checking for acl_copy_ext_native... no #11 289.0 checking for acl_create_entry_np... no #11 289.8 checking for acl_to_short_text... no #11 290.5 checking for acl_free_text... no #11 291.2 checking for working acl_get_file... yes #11 292.1 checking acl/libacl.h usability... yes #11 292.7 checking acl/libacl.h presence... yes #11 292.9 checking for acl/libacl.h... yes #11 292.9 checking for acl_entries... yes #11 293.7 checking for ACL_FIRST_ENTRY... yes #11 294.1 checking for ACL_TYPE_EXTENDED... no #11 294.4 checking for working alloca.h... yes #11 295.1 checking for alloca... yes #11 295.8 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 295.9 checking whether the preprocessor supports include_next... yes #11 296.3 checking whether source code line length is unlimited... yes #11 296.4 checking whether endutent is declared... yes #11 296.9 checking for struct utmpx.ut_user... yes #11 297.5 checking for struct utmp.ut_user... yes #11 297.9 checking for struct utmpx.ut_name... yes #11 298.5 checking for struct utmp.ut_name... yes #11 299.1 checking for struct utmpx.ut_type... yes #11 299.8 checking for struct utmp.ut_type... yes #11 300.6 checking for struct utmpx.ut_pid... yes #11 301.3 checking for struct utmp.ut_pid... yes #11 301.8 checking for struct utmp.ut_tv... yes #11 303.1 checking for struct utmpx.ut_host... yes #11 303.6 checking for struct utmp.ut_host... yes #11 304.3 checking for struct utmpx.ut_id... yes #11 304.9 checking for struct utmp.ut_id... yes #11 305.4 checking for struct utmpx.ut_session... yes #11 305.9 checking for struct utmp.ut_session... yes #11 306.3 checking for struct utmpx.ut_exit... yes #11 307.5 checking for struct utmp.ut_exit... yes #11 308.5 checking for struct utmpx.ut_exit.ut_exit... no #11 309.2 checking for struct utmpx.ut_exit.e_exit... yes #11 309.9 checking for struct utmp.ut_exit.e_exit... yes #11 310.5 checking for struct utmpx.ut_exit.ut_termination... no #11 311.4 checking for struct utmpx.ut_exit.e_termination... yes #11 311.9 checking for struct utmp.ut_exit.e_termination... yes #11 312.7 checking whether sysinfo is declared... yes #11 313.2 checking for sys/sysctl.h... yes #11 313.9 checking for sysctl... yes #11 314.5 checking whether lstat correctly handles trailing slash... yes #11 315.5 checking whether // is distinct from /... no #11 315.5 checking whether realpath works... yes #11 316.8 checking for faccessat... yes #11 317.4 checking for getcwd... yes #11 318.0 checking whether byte ordering is bigendian... no #11 319.2 checking if environ is properly declared... yes #11 319.5 checking for complete errno.h... yes #11 319.7 checking whether ctype.h defines __header_inline... no #11 320.1 checking for mode_t... yes #11 321.1 checking whether strmode is declared... no #11 321.7 checking whether getline is declared... yes #11 322.0 checking for gawk... no #11 322.0 checking for mawk... mawk #11 322.0 checking for getopt.h... (cached) yes #11 322.0 checking for getopt_long_only... yes #11 322.4 checking whether getopt is POSIX compatible... yes #11 323.6 checking for working GNU getopt function... yes #11 324.3 checking for working GNU getopt_long function... yes #11 325.1 checking whether timespec_get is declared... yes #11 325.5 checking for timespec_get... yes #11 326.3 checking for struct timeval... yes #11 326.7 checking for wide-enough struct timeval.tv_sec member... yes #11 327.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 327.3 checking whether the compiler produces multi-arch binaries... no #11 327.6 checking whether stdint.h conforms to C99... yes #11 329.0 checking whether stdint.h works without ISO C predefines... yes #11 329.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 329.8 checking whether memmem is declared... yes #11 330.6 checking whether memrchr is declared... yes #11 331.3 checking whether defines MIN and MAX... no #11 331.4 checking whether defines MIN and MAX... yes #11 331.9 checking whether time_t is signed... yes #11 332.3 checking whether alarm is declared... yes #11 332.7 checking for working mktime... no #11 333.9 checking whether struct tm is in sys/time.h or time.h... time.h #11 334.3 checking for struct tm.tm_zone... yes #11 334.7 checking for struct tm.tm_gmtoff... yes #11 335.1 checking whether is self-contained... yes #11 336.4 checking for inline... inline #11 336.6 checking for sigset_t... yes #11 337.4 checking for volatile sig_atomic_t... yes #11 338.1 checking for sighandler_t... yes #11 338.5 checking for wchar_t... yes #11 338.8 checking for good max_align_t... yes #11 339.1 checking whether NULL can be used in arbitrary expressions... yes #11 339.5 checking for unreachable... no #11 340.1 checking whether fcloseall is declared... yes #11 340.7 checking whether getw is declared... yes #11 341.5 checking whether putw is declared... yes #11 342.1 checking which flavor of printf attribute matches inttypes macros... system #11 342.6 checking whether strnlen is declared... yes #11 343.2 checking whether strtoimax is declared... yes #11 343.8 checking whether stat file-mode macros are broken... no #11 344.1 checking for nlink_t... yes #11 344.9 checking for struct timespec in ... yes #11 345.3 checking for TIME_UTC in ... yes #11 345.7 checking whether execvpe is declared... yes #11 346.4 checking whether clearerr_unlocked is declared... yes #11 346.9 checking whether feof_unlocked is declared... yes #11 347.5 checking whether ferror_unlocked is declared... yes #11 348.0 checking whether fflush_unlocked is declared... yes #11 348.4 checking whether fgets_unlocked is declared... yes #11 348.8 checking whether fputc_unlocked is declared... yes #11 349.3 checking whether fputs_unlocked is declared... yes #11 349.8 checking whether fread_unlocked is declared... yes #11 350.3 checking whether fwrite_unlocked is declared... yes #11 350.7 checking whether getc_unlocked is declared... yes #11 351.4 checking whether getchar_unlocked is declared... yes #11 352.1 checking whether putc_unlocked is declared... yes #11 352.6 checking whether putchar_unlocked is declared... yes #11 352.9 checking type of array argument to getgroups... gid_t #11 353.7 checking whether getdelim is declared... yes #11 354.3 checking whether getdtablesize is declared... yes #11 354.7 checking whether malloc is ptrdiff_t safe... yes #11 354.8 checking whether malloc, realloc, calloc set errno on failure... yes #11 354.8 checking for O_CLOEXEC... yes #11 355.0 checking for promoted mode_t type... mode_t #11 355.2 checking whether the utimes function works... yes #11 356.0 checking for C compiler option to allow warnings... -Wno-error #11 356.7 checking for alignas and alignof... yes, macros #11 357.5 checking for alloca as a compiler built-in... yes #11 357.7 checking for static_assert... yes, an macro #11 358.3 checking for __builtin_expect... yes #11 359.0 checking byteswap.h usability... yes #11 359.3 checking byteswap.h presence... yes #11 359.4 checking for byteswap.h... yes #11 359.5 checking for readlinkat... yes #11 359.8 checking for library containing clock_gettime... none required #11 360.5 checking for clock_getres... yes #11 361.1 checking for clock_gettime... yes #11 361.5 checking for clock_settime... yes #11 362.1 checking for copy_file_range... yes #11 362.7 checking for d_type member in directory struct... yes #11 363.2 checking whether // is distinct from /... (cached) no #11 363.2 checking whether dup2 works... yes #11 363.7 checking for library containing backtrace_symbols_fd... none required #11 364.2 checking for faccessat... (cached) yes #11 364.3 checking whether fchmodat works... no #11 364.8 checking for readlinkat... (cached) yes #11 364.8 checking whether fcntl handles F_DUPFD correctly... yes #11 365.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 366.1 checking whether fdopendir is declared... yes #11 366.4 checking whether fdopendir works... yes #11 366.8 checking for flexible array member... yes #11 367.2 checking for __fpending... yes #11 367.6 checking whether __fpending is declared... yes #11 367.8 checking whether free is known to preserve errno... no #11 368.0 checking whether fstatat (..., 0) works... yes #11 368.8 checking for sys/mount.h... yes #11 369.2 checking for statvfs function (SVR4)... yes #11 369.7 checking whether to use statvfs64... no #11 369.8 checking for two-argument statfs with statfs.f_frsize member... yes #11 370.3 checking sys/fs/s5param.h usability... no #11 370.6 checking sys/fs/s5param.h presence... no #11 370.7 checking for sys/fs/s5param.h... no #11 370.7 checking sys/statfs.h usability... yes #11 371.0 checking sys/statfs.h presence... yes #11 371.2 checking for sys/statfs.h... yes #11 371.2 checking for statfs that truncates block counts... no #11 371.4 checking for futimens... yes #11 371.9 checking whether futimens works... yes #11 373.6 checking for getline... yes #11 374.2 checking for working getline function... yes #11 374.8 checking for getloadavg... yes #11 375.2 checking sys/loadavg.h usability... no #11 375.6 checking sys/loadavg.h presence... no #11 375.7 checking for sys/loadavg.h... no #11 375.7 checking whether getloadavg is declared... yes #11 375.9 checking for getrandom... yes #11 376.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 376.5 checking for gettimeofday with POSIX signature... yes #11 376.8 checking whether the compiler supports the __inline keyword... yes #11 377.0 checking gmp.h usability... yes #11 377.3 checking gmp.h presence... yes #11 377.5 checking for gmp.h... yes #11 377.5 checking for library containing __gmpz_roinit_n... -lgmp #11 378.6 checking for memmem... yes #11 379.3 checking whether memmem works... yes #11 379.9 checking for mempcpy... yes #11 380.5 checking for memrchr... yes #11 381.1 checking for explicit_memset... no #11 381.4 checking for mkostemp... yes #11 381.8 checking for library containing nanosleep... none required #11 382.3 checking for working nanosleep... no (mishandles large arguments) #11 383.9 checking for sys/pstat.h... no #11 384.2 checking for sys/sysmp.h... no #11 384.4 checking for sys/param.h... (cached) yes #11 384.5 checking for sys/sysctl.h... (cached) yes #11 384.5 checking for sched_getaffinity_np... no #11 384.9 checking for pstat_getdynamic... no #11 385.4 checking for sysmp... no #11 385.9 checking for sysctl... (cached) yes #11 385.9 checking for sched_getaffinity... yes #11 386.3 checking for glibc compatible sched_getaffinity... yes #11 386.4 checking for pipe2... yes #11 386.8 checking whether signature of pselect conforms to POSIX... yes #11 387.3 checking whether pselect detects invalid fds... yes #11 387.8 checking whether pthread_sigmask is a macro... no #11 387.9 checking whether pthread_sigmask returns error numbers... yes #11 388.4 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 391.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 392.2 checking whether readlink signature is correct... yes #11 392.4 checking whether readlink handles trailing slash correctly... yes #11 393.0 checking whether readlink truncates results correctly... yes #11 393.4 checking for readlinkat... (cached) yes #11 393.4 checking whether readlinkat signature is correct... yes #11 393.7 checking for working re_compile_pattern... no #11 394.6 checking libintl.h usability... yes #11 394.9 checking libintl.h presence... yes #11 395.0 checking for libintl.h... yes #11 395.1 checking whether isblank is declared... yes #11 395.3 checking for sig2str... no #11 395.7 checking for sigdescr_np... no #11 396.3 checking for socklen_t... yes #11 396.8 checking for ssize_t... yes #11 397.1 checking for struct stat.st_atim.tv_nsec... yes #11 397.4 checking whether struct stat.st_atim is of type struct timespec... yes #11 397.7 checking for struct stat.st_birthtimespec.tv_nsec... no #11 398.0 checking for struct stat.st_birthtimensec... no #11 398.4 checking for struct stat.st_birthtim.tv_nsec... no #11 398.7 checking for bool, true, false... no #11 398.9 checking for stpcpy... yes #11 399.3 checking for working strnlen... yes #11 399.9 checking whether strtoimax works... yes #11 400.2 checking whether symlink handles trailing slash correctly... yes #11 400.9 checking whether localtime_r is declared... yes #11 401.1 checking whether localtime_r is compatible with its POSIX signature... yes #11 401.3 checking whether localtime works even near extrema... yes #11 402.0 checking for timezone_t... no #11 402.2 checking for timegm... yes #11 402.7 checking whether timer_settime is declared... yes #11 402.9 checking for library containing timer_settime... -lrt #11 403.5 checking for timer_settime... yes #11 403.7 checking for utimensat... yes #11 404.0 checking whether utimensat works... yes #11 405.5 checking for variable-length arrays... yes #11 405.8 checking whether getdtablesize works... yes #11 406.5 checking for __mktime_internal... no #11 406.9 checking for timer_getoverrun... yes #11 407.3 checking for gcc option to disable position independent executables... not needed #11 407.3 checking for __ctype_get_mb_cur_max... yes #11 407.8 checking whether MB_CUR_MAX is defined to function that won't link... no #11 407.9 #11 407.9 Configured for 'x86_64-pc-linux-gnu'. #11 407.9 #11 407.9 Where should the build process find the source code? . #11 407.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 407.9 Should Emacs use the GNU version of malloc? no #11 407.9 (The GNU allocators don't work with this system configuration.) #11 407.9 Should Emacs use a relocating allocator for buffers? no #11 407.9 Should Emacs use mmap(2) for buffer allocation? no #11 407.9 What window system should Emacs use? nextstep #11 407.9 What toolkit should Emacs use? none #11 407.9 Where do we find X Windows header files? NONE #11 407.9 Where do we find X Windows libraries? NONE #11 408.0 Does Emacs use -lXaw3d? no #11 408.0 Is Emacs being built for Android? no #11 408.0 Does Emacs use the X Double Buffer Extension? no #11 408.0 Does Emacs use -lXpm? no #11 408.0 Does Emacs use -ljpeg? no #11 408.0 Does Emacs use -ltiff? no #11 408.0 Does Emacs use a gif library? no #11 408.0 Does Emacs use a png library? no #11 408.0 Does Emacs use -lrsvg-2? no #11 408.0 Does Emacs use -lwebp? no #11 408.0 Does Emacs use -lsqlite3? no #11 408.0 Does Emacs use cairo? no #11 408.0 Does Emacs use -llcms2? no #11 408.0 Does Emacs use imagemagick? no #11 408.0 Does Emacs use native APIs for images? yes (ns) #11 408.0 Does Emacs support sound? yes #11 408.0 Does Emacs use -lgpm? no #11 408.0 Does Emacs use -ldbus? yes #11 408.0 Does Emacs use -lgconf? no #11 408.0 Does Emacs use GSettings? no #11 408.0 Does Emacs use a file notification library? yes -lglibc (inotify) #11 408.0 Does Emacs use access control lists? yes -lacl -lattr #11 408.0 Does Emacs use -lselinux? no #11 408.0 Does Emacs use -lgnutls? yes #11 408.0 Does Emacs use -lxml2? no #11 408.0 Does Emacs use -lfreetype? no #11 408.0 Does Emacs use HarfBuzz? no #11 408.0 Does Emacs use -lm17n-flt? no #11 408.0 Does Emacs use -lotf? no #11 408.0 Does Emacs use -lxft? no #11 408.0 Does Emacs use -lsystemd? no #11 408.0 Does Emacs use -ljansson? no #11 408.0 Does Emacs use -ltree-sitter? no #11 408.0 Does Emacs use the GMP library? yes #11 408.0 Does Emacs directly use zlib? yes #11 408.0 Does Emacs have dynamic modules support? yes #11 408.0 Does Emacs use toolkit scroll bars? yes #11 408.0 Does Emacs support Xwidgets? no #11 408.0 Does Emacs have threading support in lisp? yes #11 408.0 Does Emacs support the portable dumper? yes #11 408.0 Does Emacs support legacy unexec dumping? no #11 408.0 Which dumping strategy does Emacs use? pdumper #11 408.0 Does Emacs have native lisp compiler? no #11 408.0 Does Emacs use version 2 of the X Input Extension? no #11 408.0 Does Emacs generate a smaller-size Japanese dictionary? no #11 408.0 #11 408.0 #11 408.0 #11 408.0 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 408.0 Run 'make install' in order to build an application bundle. #11 408.0 The application will go to nextstep/Emacs.app and can be run or moved #11 408.0 from there. #11 408.0 The application will be fully self-contained. #11 408.0 #11 409.1 configure: creating ./config.status #11 409.8 config.status: creating src/verbose.mk #11 409.9 config.status: creating src/emacs-module.h #11 410.0 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 410.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 410.2 config.status: creating Makefile #11 410.3 config.status: creating lib/gnulib.mk #11 410.4 config.status: creating ./doc/man/emacs.1 #11 410.7 config.status: creating lib/Makefile #11 410.9 config.status: creating lib-src/Makefile #11 411.2 config.status: creating oldXMenu/Makefile #11 411.3 config.status: creating src/Makefile #11 411.5 config.status: creating lwlib/Makefile #11 411.6 config.status: creating nextstep/Makefile #11 411.8 config.status: creating nt/Makefile #11 411.9 config.status: creating doc/emacs/Makefile #11 412.2 config.status: creating doc/misc/Makefile #11 412.3 config.status: creating doc/lispintro/Makefile #11 412.5 config.status: creating doc/lispref/Makefile #11 412.6 config.status: creating lisp/Makefile #11 412.7 config.status: creating leim/Makefile #11 412.8 config.status: creating test/Makefile #11 413.0 config.status: creating test/manual/noverlay/Makefile #11 413.1 config.status: creating test/infra/Makefile #11 413.2 config.status: creating admin/charsets/Makefile #11 413.4 config.status: creating admin/unidata/Makefile #11 413.5 config.status: creating admin/grammars/Makefile #11 413.6 config.status: creating java/Makefile #11 413.8 config.status: creating cross/Makefile #11 414.0 config.status: creating java/AndroidManifest.xml #11 414.1 config.status: creating src/config.h #11 414.2 config.status: executing src/epaths.h commands #11 414.4 config.status: executing src/.gdbinit commands #11 414.5 config.status: executing doc/emacs/emacsver.texi commands #11 414.5 config.status: executing etc-refcards-emacsver.tex commands #11 414.7 configure: WARNING: This configuration installs a 'movemail' program #11 414.7 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 414.7 installed a 'movemail' program that retrieved POP3 email via only #11 414.7 insecure channels, a practice that is no longer recommended but that #11 414.7 you can continue to support by using './configure --with-pop'. #11 414.7 configure: You might want to install GNU Mailutils #11 414.7 and use './configure --with-mailutils'. #11 DONE 416.5s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 2.541 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.610 make[1]: Entering directory '/checkout' #12 2.893 make bootstrap-clean #12 2.953 make[2]: Entering directory '/checkout' #12 3.552 make -C src bootstrap-clean #12 3.618 make[3]: Entering directory '/checkout/src' #12 3.620 GEN /checkout/src/lisp.mk #12 4.705 rm -f android-emacs libemacs.so #12 4.714 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 4.745 rm -f dmpstruct.h #12 4.757 rm -f emacs.pdmp #12 4.766 rm -f ../etc/DOC #12 4.772 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 4.775 rm -f emacs-30.0.50 #12 4.846 rm -f buildobj.h #12 4.860 rm -f globals.h gl-stamp #12 4.864 rm -f ./*.res ./*.tmp #12 4.894 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 4.910 rm -f ../etc/DOC* #12 4.928 rm -f deps/* #12 4.949 rm -f emacs-module.h epaths.h config.h config.stamp #12 4.972 if test -f ./.gdbinit; then \ #12 4.972 mv ./.gdbinit ./.gdbinit.save; \ #12 4.972 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 4.972 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 4.972 fi #12 5.072 make[3]: Leaving directory '/checkout/src' #12 5.072 make -C oldXMenu bootstrap-clean #12 5.105 make[3]: Entering directory '/checkout/oldXMenu' #12 5.105 rm -f libXMenu11.a ./*.o deps/* #12 5.116 rm -f Makefile #12 5.122 rm -fr deps #12 5.133 make[3]: Leaving directory '/checkout/oldXMenu' #12 5.136 make -C lwlib bootstrap-clean #12 5.168 make[3]: Entering directory '/checkout/lwlib' #12 5.168 rm -f ./*.o liblw.a \#* deps/* #12 5.182 rm -f Makefile #12 5.187 rm -fr deps #12 5.188 rm -f TAGS #12 5.195 make[3]: Leaving directory '/checkout/lwlib' #12 5.196 make -C lib bootstrap-clean #12 5.546 make[3]: Entering directory '/checkout/lib' #12 5.555 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 5.600 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 5.612 rm -f Makefile Makefile.android #12 5.638 rm -fr deps #12 5.678 make[3]: Leaving directory '/checkout/lib' #12 5.679 make -C lib-src bootstrap-clean #12 5.700 make[3]: Entering directory '/checkout/lib-src' #12 5.712 rm -f core ./*.o ./*.res #12 5.733 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 5.745 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 5.757 rm -f TAGS Makefile blessmail Makefile.android #12 5.775 make[3]: Leaving directory '/checkout/lib-src' #12 5.775 make -C nt bootstrap-clean #12 5.788 make[3]: Entering directory '/checkout/nt' #12 5.797 rm -f core *.o *.res #12 5.804 rm -f runemacs addpm cmdproxy ddeclient #12 5.810 rm -f TAGS Makefile *.rc #12 5.813 true #12 5.824 make[3]: Leaving directory '/checkout/nt' #12 5.827 make -C doc/emacs bootstrap-clean #12 5.848 make[3]: Entering directory '/checkout/doc/emacs' #12 5.849 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 5.849 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 5.865 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 5.883 rm -f Makefile #12 5.912 rm -f \ #12 5.912 ./../../info/emacs.info \ #12 5.912 ./../../info/emacs.info-[1-9] \ #12 5.912 ./../../info/emacs.info-[1-9][0-9] #12 5.920 rm -f ./emacsver.texi TAGS #12 5.936 make[3]: Leaving directory '/checkout/doc/emacs' #12 5.944 make -C doc/misc bootstrap-clean #12 6.015 make[3]: Entering directory '/checkout/doc/misc' #12 6.015 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.015 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.015 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.055 rm -f gnustmp* #12 6.057 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.068 rm -f Makefile #12 6.080 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 6.080 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.080 rm -f \ #12 6.080 ./../../info/${file} \ #12 6.080 ./../../info/${file}-[1-9] \ #12 6.080 ./../../info/${file}-[1-9][0-9]; \ #12 6.080 done #12 8.805 rm -f ./modus-themes.texi ./org.texi #12 8.821 rm -f TAGS #12 8.832 make[3]: Leaving directory '/checkout/doc/misc' #12 8.832 make -C doc/lispref bootstrap-clean #12 8.850 make[3]: Entering directory '/checkout/doc/lispref' #12 8.852 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.852 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.870 rm -f elisp[12]* vol[12].tmp #12 8.887 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 8.894 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 8.901 rm -f Makefile #12 8.910 rm -f \ #12 8.910 ./../../info/elisp.info \ #12 8.910 ./../../info/elisp.info-[1-9] \ #12 8.910 ./../../info/elisp.info-[1-9][0-9] #12 8.938 rm -f TAGS #12 8.976 make[3]: Leaving directory '/checkout/doc/lispref' #12 8.976 make -C doc/lispintro bootstrap-clean #12 9.001 make[3]: Entering directory '/checkout/doc/lispintro' #12 9.001 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.001 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.017 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 9.054 rm -f Makefile #12 9.077 rm -f \ #12 9.077 ./../../info/eintr.info \ #12 9.077 ./../../info/eintr.info-[1-9] #12 9.089 rm -f TAGS #12 9.108 make[3]: Leaving directory '/checkout/doc/lispintro' #12 9.110 make -C test bootstrap-clean #12 9.159 make[3]: Entering directory '/checkout/test' #12 9.509 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 9.580 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 9.623 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 9.644 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 9.644 src/emacs-module-resources/*.dll gmp.h #12 9.657 find . -name '*.elc' -delete #12 9.731 make[3]: Leaving directory '/checkout/test' #12 9.731 make -C java bootstrap-clean #12 10.19 make[3]: Entering directory '/checkout/java' #12 10.19 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 10.19 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 10.21 find . -name '*.class' -delete #12 10.23 rm -f Makefile ndk-build.mk #12 10.23 make[3]: Leaving directory '/checkout/java' #12 10.25 make -C cross bootstrap-clean #12 10.25 make[3]: Entering directory '/checkout/cross' #12 10.25 for dir in src lib-src lib etc; do \ #12 10.25 find $dir -type f -delete; \ #12 10.25 done #12 10.29 rm -rf lib/config.h lib-src/config.h #12 10.30 if test -f ndk-build/Makefile; then \ #12 10.30 make -C ndk-build clean; \ #12 10.30 fi #12 10.30 for dir in src lib-src lib etc; do \ #12 10.30 find $dir -type l -delete; \ #12 10.30 done #12 10.35 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 10.36 rm -rf ndk-build/ndk-build.mk Makefile #12 10.36 make[3]: Leaving directory '/checkout/cross' #12 10.38 make -C nextstep bootstrap-clean #12 10.40 make[3]: Entering directory '/checkout/nextstep' #12 10.40 rm -rf /checkout/nextstep/Emacs.app #12 10.42 rm -f Makefile #12 10.45 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 10.45 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 10.45 Cocoa/Emacs.base/Contents/Info.plist \ #12 10.45 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 10.46 make[3]: Leaving directory '/checkout/nextstep' #12 10.46 make -C admin/charsets bootstrap-clean #12 10.49 make[3]: Entering directory '/checkout/admin/charsets' #12 10.49 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.49 make[3]: Leaving directory '/checkout/admin/charsets' #12 10.50 make -C admin/unidata bootstrap-clean #12 10.55 make[3]: Entering directory '/checkout/admin/unidata' #12 10.60 rm -f ./*.elc unidata.txt #12 10.62 make[3]: Leaving directory '/checkout/admin/unidata' #12 10.62 make -C leim bootstrap-clean #12 10.63 make[3]: Entering directory '/checkout/leim' #12 10.63 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 10.72 make[3]: Leaving directory '/checkout/leim' #12 10.72 make -C lisp bootstrap-clean #12 10.74 make[3]: Entering directory '/checkout/lisp' #12 11.01 find . -name '*.elc' -delete #12 11.06 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 11.07 make[3]: Leaving directory '/checkout/lisp' #12 11.09 make -C admin/grammars bootstrap-clean #12 11.10 make[3]: Entering directory '/checkout/admin/grammars' #12 11.10 make[3]: Nothing to be done for 'bootstrap-clean'. #12 11.10 make[3]: Leaving directory '/checkout/admin/grammars' #12 11.10 [ ! -f config.log ] || mv -f config.log config.log~ #12 11.24 rm -rf ./info #12 11.26 rm -f ./etc/refcards/emacsver.tex #12 11.26 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 11.29 rm -fr autom4te.cache config.cache #12 11.31 rm -f config.log ./doc/man/emacs.1 #12 11.33 make[2]: Leaving directory '/checkout' #12 11.33 cd . && ./autogen.sh autoconf #12 11.37 Checking whether you have the necessary tools... #12 11.37 (Read INSTALL.REPO for more details on building Emacs) #12 11.42 Checking for autoconf (need at least version 2.65) ... ok #12 11.67 Your system has the required tools. #12 11.76 Running 'autoreconf -fi -I m4' ... #12 44.37 Building 'aclocal.m4' in exec ... #12 44.68 Running 'autoreconf -fi' in exec ... #12 56.61 You can now run './autogen.sh git'. #12 56.61 make MAKEFILE_NAME=force-Makefile force-Makefile #12 56.65 make[2]: Entering directory '/checkout' #12 56.66 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 56.84 if [ -x ./config.status ]; then \ #12 56.84 ./config.status --recheck; \ #12 56.84 else \ #12 56.84 ./configure --cache-file=/dev/null; \ #12 56.84 fi #12 57.00 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 61.30 checking for xcrun... no #12 61.31 checking for GNU Make... make #12 61.35 checking build system type... x86_64-pc-linux-gnu #12 61.62 checking host system type... x86_64-pc-linux-gnu #12 61.68 checking for gcc... gcc #12 61.82 checking whether the C compiler works... yes #12 62.12 checking for C compiler default output file name... a.out #12 62.13 checking for suffix of executables... #12 62.45 checking whether we are cross compiling... no #12 62.75 checking for suffix of object files... o #12 62.99 checking whether we are using the GNU C compiler... yes #12 63.12 checking whether gcc accepts -g... yes #12 63.27 checking for gcc option to enable C11 features... none needed #12 63.63 checking whether the compiler is clang... no #12 63.75 checking for compiler option needed when checking for declarations... none #12 63.75 checking whether gcc and cc understand -c and -o together... yes #12 64.50 checking how to run the C preprocessor... gcc -E #12 64.95 checking for grep that handles long lines and -e... /bin/grep #12 64.98 checking for egrep... /bin/grep -E #12 65.00 checking for ANSI C header files... yes #12 65.80 checking for sys/types.h... yes #12 66.14 checking for sys/stat.h... yes #12 66.35 checking for stdlib.h... yes #12 66.56 checking for string.h... yes #12 66.84 checking for memory.h... yes #12 67.20 checking for strings.h... yes #12 67.59 checking for inttypes.h... yes #12 67.87 checking for stdint.h... yes #12 68.05 checking for unistd.h... yes #12 68.38 checking for wchar.h... yes #12 68.74 checking for minix/config.h... no #12 69.24 checking for linux/fs.h... yes #12 69.74 checking for malloc.h... yes #12 70.16 checking for sys/systeminfo.h... no #12 70.54 checking for sys/sysinfo.h... yes #12 71.13 checking for coff.h... no #12 71.39 checking for pty.h... yes #12 71.90 checking for sys/resource.h... yes #12 72.33 checking for sys/utsname.h... yes #12 72.87 checking for pwd.h... yes #12 73.30 checking for util.h... no #12 73.63 checking for sanitizer/lsan_interface.h... yes #12 73.98 checking for sanitizer/asan_interface.h... yes #12 74.39 checking for sanitizer/common_interface_defs.h... yes #12 74.65 checking for sys/socket.h... yes #12 75.01 checking for stdlib.h... (cached) yes #12 75.08 checking for unistd.h... (cached) yes #12 75.18 checking for sys/param.h... yes #12 75.66 checking for pthread.h... yes #12 76.22 checking for malloc/malloc.h... no #12 76.35 checking for sys/un.h... yes #12 76.48 checking for utmp.h... yes #12 76.76 checking for utmpx.h... yes #12 77.12 checking for OS.h... no #12 77.42 checking for dirent.h... yes #12 78.15 checking for execinfo.h... yes #12 78.50 checking for linux/xattr.h... yes #12 78.83 checking for stdio_ext.h... yes #12 79.31 checking for sys/vfs.h... yes #12 79.60 checking for sys/fs_types.h... no #12 80.90 checking for getopt.h... yes #12 81.22 checking for sys/cdefs.h... yes #12 81.62 checking for sys/time.h... yes #12 81.95 checking for ieee754.h... yes #12 82.45 checking for limits.h... yes #12 83.11 checking for inttypes.h... (cached) yes #12 83.16 checking for sys/types.h... (cached) yes #12 83.22 checking for stdint.h... (cached) yes #12 83.34 checking for sys/select.h... yes #12 83.84 checking for stdbool.h... yes #12 84.31 checking for stdckdint.h... no #12 84.80 checking for sys/random.h... yes #12 85.32 checking for sys/stat.h... (cached) yes #12 85.37 checking whether it is safe to define __EXTENSIONS__... yes #12 85.91 checking whether _XOPEN_SOURCE should be defined... no #12 86.20 checking for Minix Amsterdam compiler... no #12 86.34 checking for ar... ar #12 86.34 checking for ranlib... ranlib #12 86.34 checking for gcc option to enable large file support... none needed #12 86.69 checking for gcc option for timestamps after 2038... none needed #12 86.83 checking for g++... g++ #12 86.97 checking whether we are using the GNU C++ compiler... yes #12 87.16 checking whether g++ accepts -g... yes #12 87.33 checking for g++ option to enable C++11 features... none needed #12 147.8 checking how to run the C++ preprocessor... g++ -E #12 148.3 checking whether gcc accepts -g3 -O2... yes #12 148.6 checking whether the compiler is clang... no #12 149.0 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 149.3 checking whether -Wno-missing-field-initializers is needed... yes #12 149.9 checking whether -Wuninitialized is supported... yes #12 150.2 checking whether C compiler handles -fstrict-flex-arrays... no #12 150.5 checking whether C compiler handles -Wall... yes #12 151.2 checking whether C compiler handles -Warith-conversion... yes #12 151.9 checking whether C compiler handles -Wdate-time... yes #12 152.6 checking whether C compiler handles -Wdisabled-optimization... yes #12 153.2 checking whether C compiler handles -Wdouble-promotion... yes #12 153.7 checking whether C compiler handles -Wduplicated-cond... yes #12 154.3 checking whether C compiler handles -Wextra... yes #12 154.7 checking whether C compiler handles -Wformat-signedness... yes #12 155.3 checking whether C compiler handles -Winit-self... yes #12 156.0 checking whether C compiler handles -Winvalid-pch... yes #12 156.5 checking whether C compiler handles -Wlogical-op... yes #12 156.7 checking whether C compiler handles -Wmissing-declarations... yes #12 157.1 checking whether C compiler handles -Wmissing-include-dirs... yes #12 157.6 checking whether C compiler handles -Wmissing-prototypes... yes #12 158.2 checking whether C compiler handles -Wnested-externs... yes #12 158.9 checking whether C compiler handles -Wnull-dereference... yes #12 159.5 checking whether C compiler handles -Wold-style-definition... yes #12 160.0 checking whether C compiler handles -Wopenmp-simd... yes #12 160.7 checking whether C compiler handles -Wpacked... yes #12 161.3 checking whether C compiler handles -Wpointer-arith... yes #12 162.1 checking whether C compiler handles -Wstrict-flex-arrays... no #12 162.4 checking whether C compiler handles -Wstrict-prototypes... yes #12 163.0 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 163.6 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 164.2 checking whether C compiler handles -Wsuggest-final-methods... yes #12 164.5 checking whether C compiler handles -Wsuggest-final-types... yes #12 165.0 checking whether C compiler handles -Wtrampolines... yes #12 165.5 checking whether C compiler handles -Wuninitialized... yes #12 165.9 checking whether C compiler handles -Wunknown-pragmas... yes #12 166.3 checking whether C compiler handles -Wunused-macros... yes #12 166.7 checking whether C compiler handles -Wvariadic-macros... yes #12 167.0 checking whether C compiler handles -Wvector-operation-performance... yes #12 167.4 checking whether C compiler handles -Wwrite-strings... yes #12 167.8 checking whether C compiler handles -Warray-bounds=2... yes #12 168.2 checking whether C compiler handles -Wattribute-alias=2... yes #12 168.5 checking whether C compiler handles -Wformat=2... yes #12 168.9 checking whether C compiler handles -Wformat-truncation=2... yes #12 169.4 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 169.7 checking whether C compiler handles -Wshift-overflow=2... yes #12 170.0 checking whether C compiler handles -Wuse-after-free=3... no #12 170.2 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 170.4 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 170.8 checking whether C compiler handles -Wredundant-decls... yes #12 171.1 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 171.1 checking whether C compiler handles -Wno-override-init... yes #12 171.6 checking whether C compiler handles -Wno-sign-compare... yes #12 171.9 checking whether C compiler handles -Wno-type-limits... yes #12 172.5 checking whether C compiler handles -Wno-unused-parameter... yes #12 173.1 checking whether C compiler handles -Wno-format-nonliteral... yes #12 173.9 checking whether C compiler handles -Wno-bidi-chars... no #12 174.1 checking for a BSD-compatible install... /usr/bin/install -c #12 174.2 checking command to symlink files in the same directory... ln -s #12 174.3 checking for install-info... : #12 174.3 checking for gzip... /bin/gzip #12 174.3 checking for 'find' args to delete a file... -delete #12 174.3 checking for brew... no #12 175.7 checking for -znocombreloc... not needed #12 175.7 checking whether addresses are sanitized... no #12 176.0 checking for math library... -lm #12 177.4 checking for struct passwd.pw_gecos... yes #12 177.6 checking for pkg-config... /usr/bin/pkg-config #12 177.6 checking pkg-config is at least version 0.9.0... yes #12 177.7 checking for machine/soundcard.h... no #12 178.0 checking for sys/soundcard.h... yes #12 178.4 checking for soundcard.h... no #12 178.5 checking for mmsystem.h... no #12 178.7 checking for _oss_ioctl in -lossaudio... no #12 178.9 checking for alsa >= 1.0.0... no #12 179.0 checking for ADDR_NO_RANDOMIZE... yes #12 179.3 checking if Linux sysinfo may be used... yes #12 180.1 checking for sys/wait.h that is POSIX.1 compatible... yes #12 180.7 checking for net/if.h... yes #12 181.2 checking for ifaddrs.h... yes #12 181.6 checking for net/if_dl.h... no #12 182.1 checking for struct ifreq.ifr_flags... yes #12 182.7 checking for struct ifreq.ifr_hwaddr... yes #12 183.9 checking for struct ifreq.ifr_netmask... yes #12 184.9 checking for struct ifreq.ifr_broadaddr... yes #12 185.8 checking for struct ifreq.ifr_addr... yes #12 186.7 checking for struct ifreq.ifr_addr.sa_len... no #12 187.2 checking whether gcc understands -MMD -MF... yes #12 187.4 checking for X... no #12 187.8 checking AppKit/AppKit.h usability... yes #12 190.0 checking AppKit/AppKit.h presence... yes #12 190.9 checking for AppKit/AppKit.h... yes #12 190.9 checking for Mac OS X 12.0 or later... yes #12 191.0 checking for gcc... gcc #12 191.2 checking whether we are using the GNU Objective C compiler... yes #12 191.4 checking whether gcc accepts -g... yes #12 191.5 checking if the Objective C compiler supports instancetype... yes #12 191.6 checking if the Objective C compiler defaults to C99... no #12 191.8 checking whether malloc is Doug Lea style... no #12 191.9 checking for sbrk... yes #12 192.4 checking for __lsan_ignore_object... no #12 193.0 checking for fchmod... yes #12 193.4 checking for utmpname... yes #12 193.8 checking for utmpxname... yes #12 194.2 checking for canonicalize_file_name... yes #12 194.8 checking for realpath... yes #12 195.5 checking for lstat... yes #12 195.9 checking for fchmodat... yes #12 196.4 checking for lchmod... no #12 196.7 checking for fcntl... yes #12 197.2 checking for fdopendir... yes #12 197.7 checking for listxattr... yes #12 198.1 checking for fstatat... yes #12 198.6 checking for fsync... yes #12 199.1 checking for gettimeofday... yes #12 199.3 checking for memset_explicit... no #12 199.8 checking for memset_s... no #12 200.1 checking for pselect... yes #12 200.5 checking for readlink... yes #12 200.9 checking for isblank... yes #12 201.3 checking for iswctype... yes #12 201.7 checking for strtoimax... yes #12 202.2 checking for symlink... yes #12 202.9 checking for localtime_r... yes #12 203.4 checking for getdtablesize... yes #12 203.8 checking for getpagesize... yes #12 204.2 checking for working mmap... yes #12 205.0 checking for main in -lXbsd... no #12 205.2 checking for pthread library... -lpthread #12 206.4 checking for thread support... yes #12 206.4 checking for librsvg-2.0 >= 2.14.0... no #12 206.5 checking for libwebpdemux >= 0.6.0... no #12 206.5 checking for WebPGetInfo... no #12 207.1 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 207.1 checking for sqlite3_open_v2 in -lsqlite3... no #12 207.3 checking for getaddrinfo_a in -lanl... yes #12 207.7 checking for malloc_trim... yes #12 208.1 checking for dbus-1 >= 1.0... yes #12 208.1 checking for dbus_watch_get_unix_fd... yes #12 208.7 checking for dbus_type_is_valid... yes #12 209.2 checking for dbus_validate_bus_name... yes #12 209.8 checking for dbus_validate_path... yes #12 210.5 checking for dbus_validate_interface... yes #12 211.1 checking for dbus_validate_member... yes #12 211.6 checking for lgetfilecon in -lselinux... no #12 212.0 checking for gnutls >= 2.12.2... yes #12 212.1 checking for libsystemd >= 222... no #12 212.1 checking for jansson >= 2.7... no #12 212.2 checking for tree-sitter >= 0.20.2... no #12 212.3 checking for tree-sitter >= 0.6.3... no #12 212.3 checking sys/inotify.h usability... yes #12 212.8 checking sys/inotify.h presence... yes #12 212.9 checking for sys/inotify.h... yes #12 212.9 checking for inotify_init1... yes #12 213.4 checking for jpeglib 6b or later... no #12 213.6 checking for lcms2... no #12 213.7 checking for library containing inflateEnd... -lz #12 214.4 checking for dladdr... yes #12 215.0 checking for dlfunc... no #12 215.5 checking for libpng >= 1.0.0... no #12 215.6 checking for libpng not configured by pkg-config... no #12 215.8 checking tiffio.h usability... no #12 216.1 checking tiffio.h presence... no #12 216.2 checking for tiffio.h... no #12 216.2 checking gif_lib.h usability... no #12 216.5 checking gif_lib.h presence... no #12 216.6 checking for gif_lib.h... no #12 216.6 checking gpm.h usability... no #12 216.8 checking gpm.h presence... no #12 216.9 checking for gpm.h... no #12 216.9 checking for libxml-2.0 > 2.6.17... no #12 216.9 checking for maillock in -lmail... no #12 217.4 checking for maillock in -llockfile... no #12 217.7 checking for liblockfile.so... no #12 217.7 checking maillock.h usability... no #12 218.0 checking maillock.h presence... no #12 218.0 checking for maillock.h... no #12 218.1 checking linux/seccomp.h usability... yes #12 218.4 checking linux/seccomp.h presence... yes #12 218.5 checking for linux/seccomp.h... yes #12 218.5 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 218.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 219.2 checking linux/filter.h usability... yes #12 219.5 checking linux/filter.h presence... yes #12 219.6 checking for linux/filter.h... yes #12 219.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 219.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 219.9 checking for libseccomp >= 2.5.2... no #12 220.0 checking size of long... 8 #12 220.5 checking for accept4... yes #12 220.9 checking for fchdir... yes #12 221.3 checking for gethostname... yes #12 222.2 checking for getrusage... yes #12 222.8 checking for get_current_dir_name... yes #12 223.6 checking for lrand48... yes #12 224.4 checking for random... yes #12 225.3 checking for rint... yes #12 226.4 checking for tcdrain... yes #12 227.2 checking for trunc... yes #12 227.7 checking for select... yes #12 228.2 checking for getpagesize... (cached) yes #12 228.2 checking for setlocale... yes #12 228.6 checking for newlocale... yes #12 229.1 checking for getrlimit... yes #12 229.5 checking for setrlimit... yes #12 229.9 checking for shutdown... yes #12 230.5 checking for pthread_sigmask... (cached) yes #12 230.5 checking for strsignal... yes #12 231.4 checking for setitimer... yes #12 232.1 checking for sendto... yes #12 232.8 checking for recvfrom... yes #12 233.3 checking for getsockname... yes #12 234.2 checking for getifaddrs... yes #12 235.1 checking for freeifaddrs... yes #12 235.9 checking for gai_strerror... yes #12 236.8 checking for sync... yes #12 237.3 checking for endpwent... yes #12 237.8 checking for getgrent... yes #12 238.3 checking for endgrent... yes #12 238.7 checking for renameat2... yes #12 239.3 checking for cfmakeraw... yes #12 240.0 checking for cfsetspeed... yes #12 240.6 checking for __executable_start... yes #12 241.4 checking for log2... yes #12 242.3 checking for pthread_setname_np... yes #12 243.1 checking for pthread_set_name_np... no #12 243.9 checking for getpwent... yes #12 244.6 checking whether pthread_setname_np takes a single argument... no #12 244.8 checking whether pthread_setname_np takes three arguments... no #12 245.2 checking for aligned_alloc... yes #12 246.2 checking whether aligned_alloc is declared... yes #12 246.8 checking for posix_madvise... yes #12 248.0 checking for madvise... yes #12 248.6 checking for __builtin_frame_address... yes #12 249.2 checking for __builtin_unwind_init... yes #12 249.8 checking for _LARGEFILE_SOURCE value needed for large files... no #12 250.7 checking for grantpt... yes #12 251.5 checking for getpt... yes #12 252.5 checking for posix_openpt... yes #12 253.1 checking for library containing tputs... -ltinfo #12 254.7 checking whether -ltinfo library defines BC... yes #12 255.3 checking for timerfd interface... yes #12 255.8 checking whether signals can be handled on alternate stack... yes #12 256.2 checking valgrind/valgrind.h usability... no #12 256.9 checking valgrind/valgrind.h presence... no #12 257.1 checking for valgrind/valgrind.h... no #12 257.1 checking for struct unipair.unicode... yes #12 257.8 checking for pid_t... yes #12 259.1 checking vfork.h usability... no #12 259.4 checking vfork.h presence... no #12 259.6 checking for vfork.h... no #12 259.7 checking for fork... yes #12 260.5 checking for vfork... yes #12 261.2 checking for working fork... yes #12 262.1 checking for working vfork... (cached) yes #12 262.1 checking for snprintf... yes #12 263.0 checking for open_memstream... yes #12 263.6 checking spawn.h usability... yes #12 264.2 checking spawn.h presence... yes #12 264.4 checking for spawn.h... yes #12 264.4 checking for posix_spawn... yes #12 265.3 checking for posix_spawn_file_actions_addchdir... no #12 266.0 checking for posix_spawn_file_actions_addchdir_np... yes #12 266.7 checking for posix_spawnattr_setflags... yes #12 267.5 checking whether POSIX_SPAWN_SETSID is declared... yes #12 267.9 checking whether GLib is linked in... no #12 268.2 checking for nl_langinfo and CODESET... yes #12 268.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 269.1 checking for mbstate_t... yes #12 269.9 checking for signals via characters... yes #12 270.3 checking for _setjmp... yes #12 270.9 checking for sigsetjmp... yes #12 271.6 checking POSIX termios... yes #12 272.3 checking size of speed_t... 4 #12 273.2 checking for usable FIONREAD... yes #12 273.6 checking for usable SIGIO... yes #12 274.2 checking for struct alignment... yes #12 274.5 checking for C/C++ restrict keyword... __restrict__ #12 275.0 checking for typeof syntax and keyword spelling... typeof #12 275.3 checking for statement expressions... yes #12 275.4 checking whether malloc (0) returns nonnull... yes #12 276.2 checking sys/acl.h usability... yes #12 276.7 checking sys/acl.h presence... yes #12 276.9 checking for sys/acl.h... yes #12 276.9 checking for library containing acl_get_file... -lacl #12 278.0 checking for acl_get_file... yes #12 278.6 checking for acl_get_fd... yes #12 279.3 checking for acl_set_file... yes #12 280.0 checking for acl_set_fd... yes #12 280.9 checking for acl_free... yes #12 281.8 checking for acl_from_mode... yes #12 282.5 checking for acl_from_text... yes #12 283.4 checking for acl_delete_def_file... yes #12 284.1 checking for acl_extended_file... yes #12 284.8 checking for acl_delete_fd_np... no #12 285.6 checking for acl_delete_file_np... no #12 286.4 checking for acl_copy_ext_native... no #12 287.1 checking for acl_create_entry_np... no #12 287.9 checking for acl_to_short_text... no #12 288.8 checking for acl_free_text... no #12 289.4 checking for working acl_get_file... yes #12 290.2 checking acl/libacl.h usability... yes #12 290.6 checking acl/libacl.h presence... yes #12 290.8 checking for acl/libacl.h... yes #12 290.8 checking for acl_entries... yes #12 291.6 checking for ACL_FIRST_ENTRY... yes #12 292.0 checking for ACL_TYPE_EXTENDED... no #12 292.3 checking for working alloca.h... yes #12 293.0 checking for alloca... yes #12 293.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 293.6 checking whether the preprocessor supports include_next... yes #12 293.9 checking whether source code line length is unlimited... yes #12 294.2 checking whether endutent is declared... yes #12 294.6 checking for struct utmpx.ut_user... yes #12 295.2 checking for struct utmp.ut_user... yes #12 295.9 checking for struct utmpx.ut_name... yes #12 296.7 checking for struct utmp.ut_name... yes #12 297.2 checking for struct utmpx.ut_type... yes #12 297.6 checking for struct utmp.ut_type... yes #12 298.2 checking for struct utmpx.ut_pid... yes #12 299.0 checking for struct utmp.ut_pid... yes #12 299.7 checking for struct utmp.ut_tv... yes #12 301.0 checking for struct utmpx.ut_host... yes #12 301.9 checking for struct utmp.ut_host... yes #12 302.6 checking for struct utmpx.ut_id... yes #12 303.3 checking for struct utmp.ut_id... yes #12 304.1 checking for struct utmpx.ut_session... yes #12 304.9 checking for struct utmp.ut_session... yes #12 305.5 checking for struct utmpx.ut_exit... yes #12 306.5 checking for struct utmp.ut_exit... yes #12 307.5 checking for struct utmpx.ut_exit.ut_exit... no #12 308.2 checking for struct utmpx.ut_exit.e_exit... yes #12 308.9 checking for struct utmp.ut_exit.e_exit... yes #12 309.5 checking for struct utmpx.ut_exit.ut_termination... no #12 310.4 checking for struct utmpx.ut_exit.e_termination... yes #12 311.1 checking for struct utmp.ut_exit.e_termination... yes #12 311.8 checking whether sysinfo is declared... yes #12 312.1 checking for sys/sysctl.h... yes #12 312.8 checking for sysctl... yes #12 313.5 checking whether lstat correctly handles trailing slash... yes #12 314.4 checking whether // is distinct from /... no #12 314.4 checking whether realpath works... yes #12 315.5 checking for faccessat... yes #12 316.2 checking for getcwd... yes #12 316.9 checking whether byte ordering is bigendian... no #12 318.2 checking if environ is properly declared... yes #12 318.6 checking for complete errno.h... yes #12 318.7 checking whether ctype.h defines __header_inline... no #12 318.9 checking for mode_t... yes #12 320.1 checking whether strmode is declared... no #12 320.7 checking whether getline is declared... yes #12 321.3 checking for gawk... no #12 321.3 checking for mawk... mawk #12 321.3 checking for getopt.h... (cached) yes #12 321.3 checking for getopt_long_only... yes #12 322.0 checking whether getopt is POSIX compatible... yes #12 324.9 checking for working GNU getopt function... yes #12 326.3 checking for working GNU getopt_long function... yes #12 327.2 checking whether timespec_get is declared... yes #12 327.6 checking for timespec_get... yes #12 328.2 checking for struct timeval... yes #12 328.5 checking for wide-enough struct timeval.tv_sec member... yes #12 328.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 329.2 checking whether the compiler produces multi-arch binaries... no #12 329.5 checking whether stdint.h conforms to C99... yes #12 331.1 checking whether stdint.h works without ISO C predefines... yes #12 331.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 332.2 checking whether memmem is declared... yes #12 333.0 checking whether memrchr is declared... yes #12 333.6 checking whether defines MIN and MAX... no #12 333.9 checking whether defines MIN and MAX... yes #12 334.3 checking whether time_t is signed... yes #12 334.8 checking whether alarm is declared... yes #12 335.5 checking for working mktime... no #12 337.2 checking whether struct tm is in sys/time.h or time.h... time.h #12 337.7 checking for struct tm.tm_zone... yes #12 338.2 checking for struct tm.tm_gmtoff... yes #12 338.4 checking whether is self-contained... yes #12 339.8 checking for inline... inline #12 340.2 checking for sigset_t... yes #12 341.3 checking for volatile sig_atomic_t... yes #12 342.2 checking for sighandler_t... yes #12 343.0 checking for wchar_t... yes #12 343.4 checking for good max_align_t... yes #12 343.7 checking whether NULL can be used in arbitrary expressions... yes #12 344.1 checking for unreachable... no #12 344.9 checking whether fcloseall is declared... yes #12 345.9 checking whether getw is declared... yes #12 346.6 checking whether putw is declared... yes #12 347.2 checking which flavor of printf attribute matches inttypes macros... system #12 347.8 checking whether strnlen is declared... yes #12 348.6 checking whether strtoimax is declared... yes #12 349.2 checking whether stat file-mode macros are broken... no #12 349.6 checking for nlink_t... yes #12 350.4 checking for struct timespec in ... yes #12 350.8 checking for TIME_UTC in ... yes #12 351.3 checking whether execvpe is declared... yes #12 352.1 checking whether clearerr_unlocked is declared... yes #12 352.7 checking whether feof_unlocked is declared... yes #12 353.5 checking whether ferror_unlocked is declared... yes #12 354.3 checking whether fflush_unlocked is declared... yes #12 355.2 checking whether fgets_unlocked is declared... yes #12 356.0 checking whether fputc_unlocked is declared... yes #12 356.8 checking whether fputs_unlocked is declared... yes #12 357.6 checking whether fread_unlocked is declared... yes #12 358.4 checking whether fwrite_unlocked is declared... yes #12 359.2 checking whether getc_unlocked is declared... yes #12 360.1 checking whether getchar_unlocked is declared... yes #12 360.8 checking whether putc_unlocked is declared... yes #12 361.6 checking whether putchar_unlocked is declared... yes #12 362.2 checking type of array argument to getgroups... gid_t #12 363.2 checking whether getdelim is declared... yes #12 364.0 checking whether getdtablesize is declared... yes #12 364.8 checking whether malloc is ptrdiff_t safe... yes #12 365.2 checking whether malloc, realloc, calloc set errno on failure... yes #12 365.2 checking for O_CLOEXEC... yes #12 365.4 checking for promoted mode_t type... mode_t #12 365.7 checking whether the utimes function works... yes #12 366.9 checking for C compiler option to allow warnings... -Wno-error #12 367.7 checking for alignas and alignof... yes, macros #12 368.4 checking for alloca as a compiler built-in... yes #12 368.6 checking for static_assert... yes, an macro #12 369.4 checking for __builtin_expect... yes #12 370.1 checking byteswap.h usability... yes #12 370.6 checking byteswap.h presence... yes #12 370.8 checking for byteswap.h... yes #12 370.8 checking for readlinkat... yes #12 371.6 checking for library containing clock_gettime... none required #12 372.3 checking for clock_getres... yes #12 373.0 checking for clock_gettime... yes #12 373.9 checking for clock_settime... yes #12 374.7 checking for copy_file_range... yes #12 375.6 checking for d_type member in directory struct... yes #12 376.5 checking whether // is distinct from /... (cached) no #12 376.5 checking whether dup2 works... yes #12 377.6 checking for library containing backtrace_symbols_fd... none required #12 378.3 checking for faccessat... (cached) yes #12 378.3 checking whether fchmodat works... no #12 379.7 checking for readlinkat... (cached) yes #12 379.7 checking whether fcntl handles F_DUPFD correctly... yes #12 380.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 381.6 checking whether fdopendir is declared... yes #12 382.0 checking whether fdopendir works... yes #12 383.0 checking for flexible array member... yes #12 383.5 checking for __fpending... yes #12 384.3 checking whether __fpending is declared... yes #12 384.7 checking whether free is known to preserve errno... no #12 385.1 checking whether fstatat (..., 0) works... yes #12 385.8 checking for sys/mount.h... yes #12 386.5 checking for statvfs function (SVR4)... yes #12 387.1 checking whether to use statvfs64... no #12 387.4 checking for two-argument statfs with statfs.f_frsize member... yes #12 388.3 checking sys/fs/s5param.h usability... no #12 388.9 checking sys/fs/s5param.h presence... no #12 389.1 checking for sys/fs/s5param.h... no #12 389.1 checking sys/statfs.h usability... yes #12 389.7 checking sys/statfs.h presence... yes #12 389.8 checking for sys/statfs.h... yes #12 389.8 checking for statfs that truncates block counts... no #12 390.1 checking for futimens... yes #12 390.8 checking whether futimens works... yes #12 392.7 checking for getline... yes #12 393.5 checking for working getline function... yes #12 394.6 checking for getloadavg... yes #12 395.4 checking sys/loadavg.h usability... no #12 395.8 checking sys/loadavg.h presence... no #12 396.1 checking for sys/loadavg.h... no #12 396.2 checking whether getloadavg is declared... yes #12 396.7 checking for getrandom... yes #12 397.5 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 398.0 checking for gettimeofday with POSIX signature... yes #12 398.5 checking whether the compiler supports the __inline keyword... yes #12 398.9 checking gmp.h usability... yes #12 399.5 checking gmp.h presence... yes #12 399.7 checking for gmp.h... yes #12 399.8 checking for library containing __gmpz_roinit_n... -lgmp #12 401.2 checking for memmem... yes #12 401.7 checking whether memmem works... yes #12 402.4 checking for mempcpy... yes #12 403.2 checking for memrchr... yes #12 404.1 checking for explicit_memset... no #12 404.8 checking for mkostemp... yes #12 405.5 checking for library containing nanosleep... none required #12 406.2 checking for working nanosleep... no (mishandles large arguments) #12 408.3 checking for sys/pstat.h... no #12 408.8 checking for sys/sysmp.h... no #12 409.3 checking for sys/param.h... (cached) yes #12 409.4 checking for sys/sysctl.h... (cached) yes #12 409.4 checking for sched_getaffinity_np... no #12 410.3 checking for pstat_getdynamic... no #12 411.1 checking for sysmp... no #12 411.7 checking for sysctl... (cached) yes #12 411.8 checking for sched_getaffinity... yes #12 412.5 checking for glibc compatible sched_getaffinity... yes #12 412.9 checking for pipe2... yes #12 413.5 checking whether signature of pselect conforms to POSIX... yes #12 414.1 checking whether pselect detects invalid fds... yes #12 415.0 checking whether pthread_sigmask is a macro... no #12 415.3 checking whether pthread_sigmask returns error numbers... yes #12 416.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 419.2 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 420.6 checking whether readlink signature is correct... yes #12 421.0 checking whether readlink handles trailing slash correctly... yes #12 421.7 checking whether readlink truncates results correctly... yes #12 422.4 checking for readlinkat... (cached) yes #12 422.4 checking whether readlinkat signature is correct... yes #12 422.8 checking for working re_compile_pattern... no #12 424.3 checking libintl.h usability... yes #12 425.0 checking libintl.h presence... yes #12 425.0 checking for libintl.h... yes #12 425.1 checking whether isblank is declared... yes #12 425.4 checking for sig2str... no #12 426.3 checking for sigdescr_np... no #12 426.9 checking for socklen_t... yes #12 427.8 checking for ssize_t... yes #12 428.3 checking for struct stat.st_atim.tv_nsec... yes #12 428.7 checking whether struct stat.st_atim is of type struct timespec... yes #12 429.2 checking for struct stat.st_birthtimespec.tv_nsec... no #12 429.8 checking for struct stat.st_birthtimensec... no #12 430.4 checking for struct stat.st_birthtim.tv_nsec... no #12 431.1 checking for bool, true, false... no #12 431.5 checking for stpcpy... yes #12 432.2 checking for working strnlen... yes #12 433.3 checking whether strtoimax works... yes #12 434.1 checking whether symlink handles trailing slash correctly... yes #12 434.9 checking whether localtime_r is declared... yes #12 435.2 checking whether localtime_r is compatible with its POSIX signature... yes #12 435.7 checking whether localtime works even near extrema... yes #12 436.2 checking for timezone_t... no #12 436.5 checking for timegm... yes #12 437.1 checking whether timer_settime is declared... yes #12 437.4 checking for library containing timer_settime... -lrt #12 438.7 checking for timer_settime... yes #12 439.3 checking for utimensat... yes #12 440.2 checking whether utimensat works... yes #12 442.1 checking for variable-length arrays... yes #12 442.7 checking whether getdtablesize works... yes #12 443.5 checking for __mktime_internal... no #12 444.3 checking for timer_getoverrun... yes #12 445.1 checking for gcc option to disable position independent executables... not needed #12 445.1 checking for __ctype_get_mb_cur_max... yes #12 445.8 checking whether MB_CUR_MAX is defined to function that won't link... no #12 446.1 #12 446.1 Configured for 'x86_64-pc-linux-gnu'. #12 446.1 #12 446.1 Where should the build process find the source code? . #12 446.1 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 446.1 Should Emacs use the GNU version of malloc? no #12 446.1 (The GNU allocators don't work with this system configuration.) #12 446.1 Should Emacs use a relocating allocator for buffers? no #12 446.1 Should Emacs use mmap(2) for buffer allocation? no #12 446.1 What window system should Emacs use? nextstep #12 446.1 What toolkit should Emacs use? none #12 446.1 Where do we find X Windows header files? NONE #12 446.1 Where do we find X Windows libraries? NONE #12 446.2 Does Emacs use -lXaw3d? no #12 446.2 Is Emacs being built for Android? no #12 446.2 Does Emacs use the X Double Buffer Extension? no #12 446.2 Does Emacs use -lXpm? no #12 446.2 Does Emacs use -ljpeg? no #12 446.2 Does Emacs use -ltiff? no #12 446.2 Does Emacs use a gif library? no #12 446.2 Does Emacs use a png library? no #12 446.2 Does Emacs use -lrsvg-2? no #12 446.2 Does Emacs use -lwebp? no #12 446.2 Does Emacs use -lsqlite3? no #12 446.2 Does Emacs use cairo? no #12 446.2 Does Emacs use -llcms2? no #12 446.2 Does Emacs use imagemagick? no #12 446.2 Does Emacs use native APIs for images? yes (ns) #12 446.2 Does Emacs support sound? yes #12 446.2 Does Emacs use -lgpm? no #12 446.2 Does Emacs use -ldbus? yes #12 446.2 Does Emacs use -lgconf? no #12 446.2 Does Emacs use GSettings? no #12 446.2 Does Emacs use a file notification library? yes -lglibc (inotify) #12 446.2 Does Emacs use access control lists? yes -lacl -lattr #12 446.2 Does Emacs use -lselinux? no #12 446.2 Does Emacs use -lgnutls? yes #12 446.2 Does Emacs use -lxml2? no #12 446.2 Does Emacs use -lfreetype? no #12 446.2 Does Emacs use HarfBuzz? no #12 446.2 Does Emacs use -lm17n-flt? no #12 446.2 Does Emacs use -lotf? no #12 446.2 Does Emacs use -lxft? no #12 446.2 Does Emacs use -lsystemd? no #12 446.2 Does Emacs use -ljansson? no #12 446.2 Does Emacs use -ltree-sitter? no #12 446.2 Does Emacs use the GMP library? yes #12 446.2 Does Emacs directly use zlib? yes #12 446.2 Does Emacs have dynamic modules support? yes #12 446.2 Does Emacs use toolkit scroll bars? yes #12 446.2 Does Emacs support Xwidgets? no #12 446.2 Does Emacs have threading support in lisp? yes #12 446.2 Does Emacs support the portable dumper? yes #12 446.2 Does Emacs support legacy unexec dumping? no #12 446.2 Which dumping strategy does Emacs use? pdumper #12 446.2 Does Emacs have native lisp compiler? no #12 446.2 Does Emacs use version 2 of the X Input Extension? no #12 446.2 Does Emacs generate a smaller-size Japanese dictionary? no #12 446.2 #12 446.2 #12 446.2 #12 446.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 446.2 Run 'make install' in order to build an application bundle. #12 446.2 The application will go to nextstep/Emacs.app and can be run or moved #12 446.2 from there. #12 446.2 The application will be fully self-contained. #12 446.2 #12 447.9 configure: creating ./config.status #12 448.8 configure: WARNING: This configuration installs a 'movemail' program #12 448.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 448.8 installed a 'movemail' program that retrieved POP3 email via only #12 448.8 insecure channels, a practice that is no longer recommended but that #12 448.8 you can continue to support by using './configure --with-pop'. #12 448.8 configure: You might want to install GNU Mailutils #12 448.8 and use './configure --with-mailutils'. #12 451.0 MAKE='make' ./config.status #12 451.7 config.status: creating src/verbose.mk #12 452.0 config.status: creating src/emacs-module.h #12 452.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 452.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 453.0 config.status: creating Makefile #12 453.2 config.status: creating lib/gnulib.mk #12 453.6 config.status: creating ./doc/man/emacs.1 #12 453.8 config.status: creating lib/Makefile #12 454.1 config.status: creating lib-src/Makefile #12 454.5 config.status: creating oldXMenu/Makefile #12 454.8 config.status: creating src/Makefile #12 455.1 config.status: creating lwlib/Makefile #12 455.5 config.status: creating nextstep/Makefile #12 455.7 config.status: creating nt/Makefile #12 456.0 config.status: creating doc/emacs/Makefile #12 456.3 config.status: creating doc/misc/Makefile #12 456.6 config.status: creating doc/lispintro/Makefile #12 456.8 config.status: creating doc/lispref/Makefile #12 457.1 config.status: creating lisp/Makefile #12 457.4 config.status: creating leim/Makefile #12 457.7 config.status: creating test/Makefile #12 458.1 config.status: creating test/manual/noverlay/Makefile #12 458.3 config.status: creating test/infra/Makefile #12 458.6 config.status: creating admin/charsets/Makefile #12 458.9 config.status: creating admin/unidata/Makefile #12 459.2 config.status: creating admin/grammars/Makefile #12 459.5 config.status: creating java/Makefile #12 459.8 config.status: creating cross/Makefile #12 460.1 config.status: creating java/AndroidManifest.xml #12 460.3 config.status: creating src/config.h #12 460.5 config.status: executing src/epaths.h commands #12 460.6 make[3]: Entering directory '/checkout' #12 460.9 make[3]: Leaving directory '/checkout' #12 461.1 config.status: executing src/.gdbinit commands #12 461.1 config.status: executing doc/emacs/emacsver.texi commands #12 461.3 config.status: executing etc-refcards-emacsver.tex commands #12 461.3 make[3]: Entering directory '/checkout' #12 461.5 make[3]: Leaving directory '/checkout' #12 461.5 make[2]: Leaving directory '/checkout' #12 461.5 make actual-all #12 461.6 make[2]: Entering directory '/checkout' #12 462.1 make -C lib all #12 462.6 make[3]: Entering directory '/checkout/lib' #12 462.6 GEN alloca.h #12 462.7 GEN dirent.h #12 462.8 GEN fcntl.h #12 462.9 GEN malloc/dynarray.gl.h #12 462.9 GEN malloc/dynarray-skeleton.gl.h #12 463.1 GEN inttypes.h #12 463.2 GEN limits.h #12 463.2 GEN signal.h #12 463.3 GEN stdckdint.h #12 463.4 GEN stddef.h #12 463.4 GEN stdio.h #12 464.0 GEN stdlib.h #12 464.5 GEN string.h #12 464.9 GEN sys/random.h #12 465.0 GEN sys/select.h #12 465.1 GEN sys/stat.h #12 465.3 GEN sys/time.h #12 465.5 GEN sys/types.h #12 465.6 GEN time.h #12 465.8 GEN unistd.h #12 466.8 CC fingerprint.o #12 467.1 CC mktime.o #12 468.7 CC acl-errno-valid.o #12 469.2 CC acl-internal.o #12 469.9 CC get-permissions.o #12 470.7 CC set-permissions.o #12 471.7 CC allocator.o #12 472.1 CC binary-io.o #12 472.6 CC boot-time.o #12 473.8 CC c-ctype.o #12 474.5 CC c-strcasecmp.o #12 475.0 CC c-strncasecmp.o #12 475.5 CC careadlinkat.o #12 476.5 CC close-stream.o #12 477.1 CC copy-file-range.o #12 477.5 CC count-leading-zeros.o #12 478.0 CC count-one-bits.o #12 478.5 CC count-trailing-zeros.o #12 479.2 CC md5-stream.o #12 479.9 CC md5.o #12 482.0 CC sha1.o #12 485.6 CC sha256.o #12 493.3 CC sha512.o #12 502.4 CC dtoastr.o #12 503.0 CC dtotimespec.o #12 503.4 CC fchmodat.o #12 503.8 CC fcntl.o #12 504.5 CC file-has-acl.o #12 505.7 CC filemode.o #12 506.1 CC filevercmp.o #12 506.7 CC free.o #12 507.3 CC fsusage.o #12 507.9 CC gettime.o #12 508.2 CC malloc/dynarray_at_failure.o #12 508.6 CC malloc/dynarray_emplace_enlarge.o #12 508.9 CC malloc/dynarray_finalize.o #12 509.3 CC malloc/dynarray_resize.o #12 509.6 CC malloc/dynarray_resize_clear.o #12 510.0 CC memset_explicit.o #12 510.2 CC nanosleep.o #12 510.8 CC nproc.o #12 511.4 CC nstrftime.o #12 514.4 CC pipe2.o #12 514.9 CC qcopy-acl.o #12 515.2 CC regex.o #12 533.9 CC sig2str.o #12 534.7 CC sigdescr_np.o #12 535.2 CC stat-time.o #12 535.4 CC tempname.o #12 536.2 CC time_rz.o #12 536.9 CC timegm.o #12 537.1 CC timespec.o #12 537.4 CC timespec-add.o #12 537.7 CC timespec-sub.o #12 537.9 CC u64.o #12 538.0 CC unistd.o #12 538.2 CC openat-die.o #12 538.6 CC save-cwd.o #12 538.8 AR libgnu.a #12 539.4 make[3]: Leaving directory '/checkout/lib' #12 539.4 make -C lib-src all #12 539.4 make[3]: Entering directory '/checkout/lib-src' #12 539.4 CCLD etags #12 558.1 CCLD ctags #12 574.5 CCLD emacsclient #12 577.3 CCLD ebrowse #12 584.1 CCLD hexl #12 585.3 CC pop.o #12 585.6 CCLD movemail #12 586.7 CCLD make-docfile #12 590.2 CCLD make-fingerprint #12 590.9 make[3]: Leaving directory '/checkout/lib-src' #12 590.9 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 590.9 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 591.6 make[3]: Entering directory '/checkout/src' #12 591.6 GEN globals.h #12 592.1 CC dispnew.o #12 607.3 CC frame.o #12 626.6 CC scroll.o #12 629.1 CC xdisp.o #12 775.3 CC menu.o #12 785.5 CC window.o #12 827.3 CC charset.o #12 840.2 CC coding.o #12 905.8 CC category.o #12 909.8 CC ccl.o #12 924.1 CC character.o #12 932.0 CC chartab.o #12 940.0 CC bidi.o #12 951.0 CC cm.o #12 954.4 CC term.o #12 974.6 CC terminal.o #12 979.1 CC xfaces.o #12 1014. CC dbusbind.o #12 1035. CC emacs.o #12 1046. CC keyboard.o #12 1107. CC macros.o #12 1109. CC keymap.o #12 1123. CC sysdep.o #12 1130. CC bignum.o #12 1133. CC buffer.o #12 1147. CC filelock.o #12 1149. CC insdel.o #12 1155. CC marker.o #12 1158. CC minibuf.o #12 1167. CC fileio.o #12 1183. CC dired.o #12 1187. CC cmds.o #12 1190. CC casetab.o #12 1191. CC casefiddle.o #12 1194. CC indent.o #12 1204. CC search.o #12 1214. CC regex-emacs.o #12 1240. CC undo.o #12 1242. CC alloc.o #12 1257. CC pdumper.o #12 1270. CC data.o #12 1293. GEN buildobj.h #12 1294. CC doc.o #12 1298. CC editfns.o #12 1315. CC callint.o #12 1319. CC eval.o #12 1335. CC floatfns.o #12 1339. CC fns.o #12 1370. CC sort.o #12 1374. CC font.o #12 1402. CC print.o #12 1419. CC lread.o #12 1441. CC emacs-module.o #12 1449. CC syntax.o #12 1469. CC bytecode.o #12 1479. CC comp.o #12 1481. CC dynlib.o #12 1481. CC process.o #12 1514. CC gnutls.o #12 1524. CC callproc.o #12 1530. CC region-cache.o #12 1533. CC sound.o #12 1536. CC timefns.o #12 1542. CC atimer.o #12 1543. CC doprnt.o #12 1546. CC intervals.o #12 1559. CC textprop.o #12 1571. CC composite.o #12 1581. CC xml.o #12 1582. CC lcms.o #12 1583. CC inotify.o #12 1587. CC profiler.o #12 1591. CC decompress.o #12 1594. CC thread.o #12 1599. CC systhread.o #12 1601. CC sqlite.o #12 1603. CC treesit.o #12 1605. CC itree.o #12 1610. CC fontset.o #12 1627. CC fringe.o #12 1640. CC image.o #12 1658. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1658. 143 | #define PIX_MASK_DRAW 1 #12 1658. | #12 1660. CC nsterm.o #12 1660. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1660. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1662. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1662. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1662. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1662. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1662. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1662. | ^~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1662. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1662. | ^~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1662. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1662. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1662. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1662. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 88 | #if GS_API_VERSION(0,011500) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1662. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1662. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1662. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1662. | ^~~~~~~~~~ #12 1662. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1662. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1662. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1662. | ^~~~~~~~~~ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1662. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1662. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1662. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1662. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1662. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1662. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1662. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1662. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 45 | #if GS_EXPOSE(NSArchiver) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 114 | #if GS_EXPOSE(NSBundle) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 43 | #if GS_EXPOSE(NSCache) #12 1662. | ^~~~~~~~~~~~~~~~~~~~ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 113 | #if GS_EXPOSE(NSException) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1662. 303 | NSGetUncaughtExceptionHandler(); #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 53 | #if GS_EXPOSE(NSExpression) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 47 | #if GS_EXPOSE(NSTimer) #12 1662. | ^~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1662. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1662. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 46 | #if GS_EXPOSE(NSRunLoop) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1662. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1662. | ^ #12 1662. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1662. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1662. from nsgui.h:34, #12 1662. from dispextern.h:137, #12 1662. from nsterm.h:22, #12 1662. from nsterm.m:48: #12 1662. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1662. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1662. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1662. | ^ #12 1662. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1662. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1662. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1663. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 40 | #if GS_EXPOSE(NSDistantObject) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 74 | #if GS_EXPOSE(NSLock) #12 1663. | ^~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 125 | #if GS_EXPOSE(NSCondition) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 175 | #if GS_EXPOSE(NSConditionLock) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1663. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 134 | #if GS_EXPOSE(NSError) #12 1663. | ^~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1663. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 182 | #if GS_EXPOSE(NSURLHandle) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 73 | #if GS_EXPOSE(NSURL) #12 1663. | ^~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1663. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 633 | #if GS_EXPOSE(NSURLComponents) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 160 | #if GS_EXPOSE(NSPipe) #12 1663. | ^~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 215 | #if GS_EXPOSE(NSFileManager) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 42 | #if GS_EXPOSE(NSHost) #12 1663. | ^~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 47 | #if GS_EXPOSE(NSIndexPath) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 49 | #if GS_EXPOSE(NSIndexSet) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 38 | #if GS_EXPOSE(NSInvocation) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 103 | #if GS_EXPOSE(NSLocale) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 361 | #if GS_EXPOSE(NSNetService) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 53 | #if GS_EXPOSE(NSPortCoder) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 77 | #if GS_EXPOSE(NSPort) #12 1663. | ^~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 202 | #if GS_EXPOSE(NSSocketPort) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 284 | #if GS_EXPOSE(NSMessagePort) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 47 | #if GS_EXPOSE(NSPortMessage) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 53 | #if GS_EXPOSE(NSProgress) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 42 | #if GS_EXPOSE(NSScanner) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 58 | #if GS_EXPOSE(NSSpellServer) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 51 | #if GS_EXPOSE(NSTask) #12 1663. | ^~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 59 | #if GS_EXPOSE(NSThread) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 87 | #if GS_EXPOSE(NSUndoManager) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 105 | #if GS_EXPOSE(NSURLCache) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 48 | #if GS_EXPOSE(NSURLConnection) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 56 | #if GS_EXPOSE(NSURLCredential) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 49 | #if GS_EXPOSE(NSURLDownload) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 92 | #if GS_EXPOSE(NSURLRequest) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 49 | #if GS_EXPOSE(NSURLResponse) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1663. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1663. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 72 | #if GS_EXPOSE(NSXMLParser) #12 1663. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1663. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1663. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1663. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1663. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1663. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1663. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1663. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1663. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1663. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1663. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1663. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1663. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1663. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1663. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1663. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1663. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1663. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1663. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1663. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1663. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1663. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1663. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1663. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1663. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1663. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1663. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1663. | ^ #12 1663. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1663. from nsgui.h:34, #12 1663. from dispextern.h:137, #12 1663. from nsterm.h:22, #12 1663. from nsterm.m:48: #12 1663. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1663. | ^ #12 1663. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1663. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1663. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1664. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1664. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1664. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1664. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1664. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1664. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1664. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1664. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1664. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1664. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1664. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1664. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1664. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1664. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1664. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1664. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1664. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1664. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1664. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1664. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1664. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1664. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1664. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1664. | ^~~~~~~~~~~~~~~~~~~~ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1664. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1664. | ^~~~~~~~~~~~~~~~~~~~ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1664. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1664. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1664. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1664. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1664. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1664. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1664. | ^ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1664. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1664. | ^ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 125 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 129 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 133 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 214 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 247 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 251 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 259 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 263 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 267 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 271 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 275 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 287 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 311 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 323 | __attribute__((unused)); #12 1664. | ^~~~~~~~~~~~~ #12 1664. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1664. from nsgui.h:34, #12 1664. from dispextern.h:137, #12 1664. from nsterm.h:22, #12 1664. from nsterm.m:48: #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 493 | PSgsave() #12 1664. | ^~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 499 | PSgrestore() #12 1664. | ^~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1664. 505 | PSinitgraphics() #12 1664. | ^~~~~~~~~~~~~~ #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1664. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 622 | PSinitmatrix() #12 1665. | ^~~~~~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 669 | PSclip() #12 1665. | ^~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 675 | PSclosepath() #12 1665. | ^~~~~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 687 | PSeoclip() #12 1665. | ^~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 693 | PSeofill() #12 1665. | ^~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 699 | PSfill() #12 1665. | ^~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 705 | PSflattenpath() #12 1665. | ^~~~~~~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 711 | PSinitclip() #12 1665. | ^~~~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 729 | PSnewpath() #12 1665. | ^~~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 765 | PSreversepath() #12 1665. | ^~~~~~~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 783 | PSstroke() #12 1665. | ^~~~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1665. 835 | PSWait() #12 1665. | ^~~~~~ #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1665. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1665. nsterm.m: In function 'ns_set_undecorated': #12 1665. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1665. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1665. | ^ #12 1665. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1666. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1666. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1666. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1666. | ^ #12 1708. CC nsfns.o #12 1709. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1709. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1710. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1710. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1710. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1710. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1710. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1710. | ^~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1710. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1710. | ^~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1710. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1710. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1710. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1710. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 88 | #if GS_API_VERSION(0,011500) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1710. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1710. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1710. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1710. | ^~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1710. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1710. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1710. | ^~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1710. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1710. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1710. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1710. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1710. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1710. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1710. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1710. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 45 | #if GS_EXPOSE(NSArchiver) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 114 | #if GS_EXPOSE(NSBundle) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 43 | #if GS_EXPOSE(NSCache) #12 1710. | ^~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 113 | #if GS_EXPOSE(NSException) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1710. 303 | NSGetUncaughtExceptionHandler(); #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 53 | #if GS_EXPOSE(NSExpression) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 47 | #if GS_EXPOSE(NSTimer) #12 1710. | ^~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1710. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1710. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 46 | #if GS_EXPOSE(NSRunLoop) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1710. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 40 | #if GS_EXPOSE(NSDistantObject) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 74 | #if GS_EXPOSE(NSLock) #12 1710. | ^~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 125 | #if GS_EXPOSE(NSCondition) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 175 | #if GS_EXPOSE(NSConditionLock) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1710. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 134 | #if GS_EXPOSE(NSError) #12 1710. | ^~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1710. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 182 | #if GS_EXPOSE(NSURLHandle) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 73 | #if GS_EXPOSE(NSURL) #12 1710. | ^~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1710. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 633 | #if GS_EXPOSE(NSURLComponents) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 160 | #if GS_EXPOSE(NSPipe) #12 1710. | ^~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 215 | #if GS_EXPOSE(NSFileManager) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 42 | #if GS_EXPOSE(NSHost) #12 1710. | ^~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 47 | #if GS_EXPOSE(NSIndexPath) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 49 | #if GS_EXPOSE(NSIndexSet) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 38 | #if GS_EXPOSE(NSInvocation) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 103 | #if GS_EXPOSE(NSLocale) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 361 | #if GS_EXPOSE(NSNetService) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 53 | #if GS_EXPOSE(NSPortCoder) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 77 | #if GS_EXPOSE(NSPort) #12 1710. | ^~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 202 | #if GS_EXPOSE(NSSocketPort) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 284 | #if GS_EXPOSE(NSMessagePort) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 47 | #if GS_EXPOSE(NSPortMessage) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 53 | #if GS_EXPOSE(NSProgress) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 42 | #if GS_EXPOSE(NSScanner) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 58 | #if GS_EXPOSE(NSSpellServer) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 51 | #if GS_EXPOSE(NSTask) #12 1710. | ^~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 59 | #if GS_EXPOSE(NSThread) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1710. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 87 | #if GS_EXPOSE(NSUndoManager) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1710. | ^ #12 1710. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1710. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1710. from nsgui.h:34, #12 1710. from dispextern.h:137, #12 1710. from nsterm.h:22, #12 1710. from nsfns.m:38: #12 1710. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1710. | ^ #12 1710. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1710. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1710. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 105 | #if GS_EXPOSE(NSURLCache) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 48 | #if GS_EXPOSE(NSURLConnection) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 56 | #if GS_EXPOSE(NSURLCredential) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 49 | #if GS_EXPOSE(NSURLDownload) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 92 | #if GS_EXPOSE(NSURLRequest) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 49 | #if GS_EXPOSE(NSURLResponse) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1711. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1711. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 72 | #if GS_EXPOSE(NSXMLParser) #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1711. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1711. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1711. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1711. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1711. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1711. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1711. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1711. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1711. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1711. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1711. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1711. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1711. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1711. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1711. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1711. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1711. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1711. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1711. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1711. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1711. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1711. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1711. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1711. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1711. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1711. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1711. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1711. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1711. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1711. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1711. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1711. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1711. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1711. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1711. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1711. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1711. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1711. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1711. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1711. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1711. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1711. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1711. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1711. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1711. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1711. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1711. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1711. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1711. | ^~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1711. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1711. | ^~~~~~~~~~~~~~~~~~~~ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1711. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1711. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1711. | ^ #12 1711. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1711. from nsgui.h:34, #12 1711. from dispextern.h:137, #12 1711. from nsterm.h:22, #12 1711. from nsfns.m:38: #12 1711. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1711. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1711. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1711. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1712. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1712. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1712. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1712. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1712. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1712. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1712. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1712. | ^ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1712. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1712. | ^ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 125 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 129 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 133 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 214 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 247 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 251 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 259 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 263 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 267 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 271 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 275 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 287 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 311 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 323 | __attribute__((unused)); #12 1712. | ^~~~~~~~~~~~~ #12 1712. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1712. from nsgui.h:34, #12 1712. from dispextern.h:137, #12 1712. from nsterm.h:22, #12 1712. from nsfns.m:38: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 493 | PSgsave() #12 1712. | ^~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 499 | PSgrestore() #12 1712. | ^~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 505 | PSinitgraphics() #12 1712. | ^~~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 622 | PSinitmatrix() #12 1712. | ^~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 669 | PSclip() #12 1712. | ^~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 675 | PSclosepath() #12 1712. | ^~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 687 | PSeoclip() #12 1712. | ^~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 693 | PSeofill() #12 1712. | ^~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 699 | PSfill() #12 1712. | ^~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 705 | PSflattenpath() #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 711 | PSinitclip() #12 1712. | ^~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 729 | PSnewpath() #12 1712. | ^~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 765 | PSreversepath() #12 1712. | ^~~~~~~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 783 | PSstroke() #12 1712. | ^~~~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1712. 835 | PSWait() #12 1712. | ^~~~~~ #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1712. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1712. nsfns.m: At top level: #12 1712. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1712. 689 | ns_make_frame_key_window (struct frame *f) #12 1712. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1729. CC nsmenu.o #12 1729. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1729. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1731. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1731. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1731. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1731. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1731. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1731. | ^~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1731. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1731. | ^~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1731. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1731. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1731. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1731. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 88 | #if GS_API_VERSION(0,011500) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1731. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1731. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1731. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1731. | ^~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1731. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1731. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1731. | ^~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1731. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1731. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1731. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1731. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1731. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1731. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1731. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1731. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 45 | #if GS_EXPOSE(NSArchiver) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 114 | #if GS_EXPOSE(NSBundle) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 43 | #if GS_EXPOSE(NSCache) #12 1731. | ^~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 113 | #if GS_EXPOSE(NSException) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1731. 303 | NSGetUncaughtExceptionHandler(); #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 53 | #if GS_EXPOSE(NSExpression) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 47 | #if GS_EXPOSE(NSTimer) #12 1731. | ^~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1731. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1731. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 46 | #if GS_EXPOSE(NSRunLoop) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1731. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 40 | #if GS_EXPOSE(NSDistantObject) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 74 | #if GS_EXPOSE(NSLock) #12 1731. | ^~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 125 | #if GS_EXPOSE(NSCondition) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 175 | #if GS_EXPOSE(NSConditionLock) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1731. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 134 | #if GS_EXPOSE(NSError) #12 1731. | ^~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1731. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 182 | #if GS_EXPOSE(NSURLHandle) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 73 | #if GS_EXPOSE(NSURL) #12 1731. | ^~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1731. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 633 | #if GS_EXPOSE(NSURLComponents) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 160 | #if GS_EXPOSE(NSPipe) #12 1731. | ^~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 215 | #if GS_EXPOSE(NSFileManager) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 42 | #if GS_EXPOSE(NSHost) #12 1731. | ^~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 47 | #if GS_EXPOSE(NSIndexPath) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 49 | #if GS_EXPOSE(NSIndexSet) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 38 | #if GS_EXPOSE(NSInvocation) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 103 | #if GS_EXPOSE(NSLocale) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1731. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 361 | #if GS_EXPOSE(NSNetService) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1731. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1731. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1731. | ^ #12 1731. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1731. | ^ #12 1731. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1731. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1731. from nsgui.h:34, #12 1731. from dispextern.h:137, #12 1731. from window.h:23, #12 1731. from nsmenu.m:29: #12 1731. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1731. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1731. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 53 | #if GS_EXPOSE(NSPortCoder) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1732. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 77 | #if GS_EXPOSE(NSPort) #12 1732. | ^~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 202 | #if GS_EXPOSE(NSSocketPort) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 284 | #if GS_EXPOSE(NSMessagePort) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 47 | #if GS_EXPOSE(NSPortMessage) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 53 | #if GS_EXPOSE(NSProgress) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 42 | #if GS_EXPOSE(NSScanner) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 58 | #if GS_EXPOSE(NSSpellServer) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1732. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 51 | #if GS_EXPOSE(NSTask) #12 1732. | ^~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1732. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 59 | #if GS_EXPOSE(NSThread) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1732. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 87 | #if GS_EXPOSE(NSUndoManager) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 105 | #if GS_EXPOSE(NSURLCache) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 48 | #if GS_EXPOSE(NSURLConnection) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 56 | #if GS_EXPOSE(NSURLCredential) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 49 | #if GS_EXPOSE(NSURLDownload) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 92 | #if GS_EXPOSE(NSURLRequest) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 49 | #if GS_EXPOSE(NSURLResponse) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1732. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1732. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 72 | #if GS_EXPOSE(NSXMLParser) #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1732. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1732. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1732. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1732. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1732. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1732. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1732. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1732. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1732. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1732. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1732. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1732. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1732. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1732. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1732. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1732. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1732. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1732. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1732. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1732. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1732. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1732. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1732. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1732. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1732. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1732. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1732. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1732. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1732. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1732. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1732. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1732. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1732. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1732. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1732. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1732. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1732. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1732. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1732. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1732. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1732. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1732. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1732. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1732. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1732. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1732. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1732. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1732. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1732. | ^~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1732. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1732. | ^~~~~~~~~~~~~~~~~~~~ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1732. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1732. | ^ #12 1732. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1732. | ^ #12 1732. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1732. from nsgui.h:34, #12 1732. from dispextern.h:137, #12 1732. from window.h:23, #12 1732. from nsmenu.m:29: #12 1732. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1732. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1732. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1733. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1733. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1733. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1733. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1733. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1733. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1733. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1733. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1733. | ^ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1733. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1733. | ^ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 125 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 129 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 133 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 214 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 247 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 251 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 259 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 263 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 267 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 271 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 275 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 287 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 311 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 323 | __attribute__((unused)); #12 1733. | ^~~~~~~~~~~~~ #12 1733. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1733. from nsgui.h:34, #12 1733. from dispextern.h:137, #12 1733. from window.h:23, #12 1733. from nsmenu.m:29: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 493 | PSgsave() #12 1733. | ^~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 499 | PSgrestore() #12 1733. | ^~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 505 | PSinitgraphics() #12 1733. | ^~~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 622 | PSinitmatrix() #12 1733. | ^~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 669 | PSclip() #12 1733. | ^~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 675 | PSclosepath() #12 1733. | ^~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 687 | PSeoclip() #12 1733. | ^~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 693 | PSeofill() #12 1733. | ^~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 699 | PSfill() #12 1733. | ^~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 705 | PSflattenpath() #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 711 | PSinitclip() #12 1733. | ^~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 729 | PSnewpath() #12 1733. | ^~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 765 | PSreversepath() #12 1733. | ^~~~~~~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 783 | PSstroke() #12 1733. | ^~~~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1733. 835 | PSWait() #12 1733. | ^~~~~~ #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1733. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1742. CC nsselect.o #12 1742. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1742. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1743. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1743. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1743. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1743. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1743. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1743. | ^~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1743. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1743. | ^~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1743. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1743. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1743. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1743. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 88 | #if GS_API_VERSION(0,011500) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1743. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1743. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1743. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1743. | ^~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1743. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1743. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1743. | ^~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1743. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1743. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1743. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1743. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1743. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1743. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1743. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1743. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 45 | #if GS_EXPOSE(NSArchiver) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 114 | #if GS_EXPOSE(NSBundle) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 43 | #if GS_EXPOSE(NSCache) #12 1743. | ^~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 113 | #if GS_EXPOSE(NSException) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1743. 303 | NSGetUncaughtExceptionHandler(); #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 53 | #if GS_EXPOSE(NSExpression) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 47 | #if GS_EXPOSE(NSTimer) #12 1743. | ^~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1743. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1743. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 46 | #if GS_EXPOSE(NSRunLoop) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1743. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 40 | #if GS_EXPOSE(NSDistantObject) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 74 | #if GS_EXPOSE(NSLock) #12 1743. | ^~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if GS_EXPOSE(NSCondition) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 175 | #if GS_EXPOSE(NSConditionLock) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1743. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 134 | #if GS_EXPOSE(NSError) #12 1743. | ^~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1743. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 182 | #if GS_EXPOSE(NSURLHandle) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if GS_EXPOSE(NSURL) #12 1743. | ^~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1743. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 633 | #if GS_EXPOSE(NSURLComponents) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 160 | #if GS_EXPOSE(NSPipe) #12 1743. | ^~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 215 | #if GS_EXPOSE(NSFileManager) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 42 | #if GS_EXPOSE(NSHost) #12 1743. | ^~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 47 | #if GS_EXPOSE(NSIndexPath) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 49 | #if GS_EXPOSE(NSIndexSet) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if GS_EXPOSE(NSInvocation) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 103 | #if GS_EXPOSE(NSLocale) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 361 | #if GS_EXPOSE(NSNetService) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 53 | #if GS_EXPOSE(NSPortCoder) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 77 | #if GS_EXPOSE(NSPort) #12 1743. | ^~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 202 | #if GS_EXPOSE(NSSocketPort) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 284 | #if GS_EXPOSE(NSMessagePort) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 47 | #if GS_EXPOSE(NSPortMessage) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 53 | #if GS_EXPOSE(NSProgress) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 42 | #if GS_EXPOSE(NSScanner) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 58 | #if GS_EXPOSE(NSSpellServer) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 51 | #if GS_EXPOSE(NSTask) #12 1743. | ^~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 59 | #if GS_EXPOSE(NSThread) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 87 | #if GS_EXPOSE(NSUndoManager) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 105 | #if GS_EXPOSE(NSURLCache) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 48 | #if GS_EXPOSE(NSURLConnection) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if GS_EXPOSE(NSURLCredential) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 49 | #if GS_EXPOSE(NSURLDownload) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 92 | #if GS_EXPOSE(NSURLRequest) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 49 | #if GS_EXPOSE(NSURLResponse) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1743. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if GS_EXPOSE(NSXMLParser) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1743. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1743. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1743. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsselect.m:31: #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1744. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1744. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1744. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1744. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1744. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1744. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1744. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1744. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1744. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1744. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1744. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1744. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1744. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1744. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1744. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1744. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1744. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1744. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1744. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1744. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1744. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1744. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1744. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1744. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1744. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1744. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1744. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1744. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1744. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1744. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1744. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1744. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1744. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1744. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1744. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1744. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1744. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1744. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1744. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1744. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1744. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1744. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1744. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1744. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1744. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1744. | ^~~~~~~~~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1744. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1744. | ^~~~~~~~~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1744. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1744. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1744. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1744. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 125 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 129 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 133 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 214 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 247 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 251 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 259 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 263 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 267 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 271 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 275 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 287 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 311 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 323 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsselect.m:31: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 493 | PSgsave() #12 1744. | ^~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 499 | PSgrestore() #12 1744. | ^~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 505 | PSinitgraphics() #12 1744. | ^~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 622 | PSinitmatrix() #12 1744. | ^~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 669 | PSclip() #12 1744. | ^~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 675 | PSclosepath() #12 1744. | ^~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 687 | PSeoclip() #12 1744. | ^~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 693 | PSeofill() #12 1744. | ^~~~~~~~ #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1745. 699 | PSfill() #12 1745. | ^~~~~~ #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1745. 705 | PSflattenpath() #12 1745. | ^~~~~~~~~~~~~ #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1745. 711 | PSinitclip() #12 1745. | ^~~~~~~~~~ #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1745. 729 | PSnewpath() #12 1745. | ^~~~~~~~~ #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1745. 765 | PSreversepath() #12 1745. | ^~~~~~~~~~~~~ #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1745. 783 | PSstroke() #12 1745. | ^~~~~~~~ #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1745. 835 | PSWait() #12 1745. | ^~~~~~ #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1745. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1748. CC nsimage.o #12 1748. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1748. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1749. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1749. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1749. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1749. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1749. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1749. | ^~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1749. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1749. | ^~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1749. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1749. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1749. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1749. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 88 | #if GS_API_VERSION(0,011500) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1749. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1749. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1749. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1749. | ^~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1749. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1749. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1749. | ^~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1749. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1749. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1749. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1749. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1749. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1749. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1749. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1749. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 45 | #if GS_EXPOSE(NSArchiver) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 114 | #if GS_EXPOSE(NSBundle) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 43 | #if GS_EXPOSE(NSCache) #12 1749. | ^~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 113 | #if GS_EXPOSE(NSException) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1749. 303 | NSGetUncaughtExceptionHandler(); #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 53 | #if GS_EXPOSE(NSExpression) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 47 | #if GS_EXPOSE(NSTimer) #12 1749. | ^~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1749. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1749. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 46 | #if GS_EXPOSE(NSRunLoop) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1749. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 40 | #if GS_EXPOSE(NSDistantObject) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 74 | #if GS_EXPOSE(NSLock) #12 1749. | ^~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 125 | #if GS_EXPOSE(NSCondition) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 175 | #if GS_EXPOSE(NSConditionLock) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1749. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 134 | #if GS_EXPOSE(NSError) #12 1749. | ^~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1749. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 182 | #if GS_EXPOSE(NSURLHandle) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 73 | #if GS_EXPOSE(NSURL) #12 1749. | ^~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1749. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 633 | #if GS_EXPOSE(NSURLComponents) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 160 | #if GS_EXPOSE(NSPipe) #12 1749. | ^~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 215 | #if GS_EXPOSE(NSFileManager) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 42 | #if GS_EXPOSE(NSHost) #12 1749. | ^~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 47 | #if GS_EXPOSE(NSIndexPath) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 49 | #if GS_EXPOSE(NSIndexSet) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 38 | #if GS_EXPOSE(NSInvocation) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 103 | #if GS_EXPOSE(NSLocale) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1749. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 361 | #if GS_EXPOSE(NSNetService) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1749. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1749. | ^ #12 1749. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1749. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1749. from nsgui.h:34, #12 1749. from dispextern.h:137, #12 1749. from nsimage.m:33: #12 1749. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1749. 53 | #if GS_EXPOSE(NSPortCoder) #12 1749. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1750. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 77 | #if GS_EXPOSE(NSPort) #12 1750. | ^~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 202 | #if GS_EXPOSE(NSSocketPort) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 284 | #if GS_EXPOSE(NSMessagePort) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 47 | #if GS_EXPOSE(NSPortMessage) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 53 | #if GS_EXPOSE(NSProgress) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 42 | #if GS_EXPOSE(NSScanner) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 58 | #if GS_EXPOSE(NSSpellServer) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1750. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 51 | #if GS_EXPOSE(NSTask) #12 1750. | ^~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1750. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 59 | #if GS_EXPOSE(NSThread) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1750. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 87 | #if GS_EXPOSE(NSUndoManager) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 105 | #if GS_EXPOSE(NSURLCache) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 48 | #if GS_EXPOSE(NSURLConnection) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 56 | #if GS_EXPOSE(NSURLCredential) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 49 | #if GS_EXPOSE(NSURLDownload) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 92 | #if GS_EXPOSE(NSURLRequest) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 49 | #if GS_EXPOSE(NSURLResponse) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1750. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1750. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 72 | #if GS_EXPOSE(NSXMLParser) #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1750. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1750. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1750. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1750. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1750. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1750. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1750. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1750. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1750. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1750. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1750. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1750. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1750. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1750. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1750. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1750. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1750. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1750. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1750. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1750. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1750. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1750. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1750. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1750. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1750. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1750. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1750. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1750. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1750. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1750. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1750. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1750. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1750. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1750. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1750. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1750. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1750. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1750. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1750. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1750. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1750. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1750. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1750. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1750. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1750. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1750. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1750. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1750. | ^~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1750. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1750. | ^~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1750. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1750. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1750. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1750. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1750. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1750. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1750. | ^ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1750. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1750. | ^ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 125 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 129 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 133 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 214 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 247 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 251 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 259 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 263 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 267 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 271 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 275 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 287 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 311 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 323 | __attribute__((unused)); #12 1750. | ^~~~~~~~~~~~~ #12 1750. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1750. from nsgui.h:34, #12 1750. from dispextern.h:137, #12 1750. from nsimage.m:33: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 493 | PSgsave() #12 1750. | ^~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 499 | PSgrestore() #12 1750. | ^~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 505 | PSinitgraphics() #12 1750. | ^~~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 622 | PSinitmatrix() #12 1750. | ^~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 669 | PSclip() #12 1750. | ^~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 675 | PSclosepath() #12 1750. | ^~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 687 | PSeoclip() #12 1750. | ^~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 693 | PSeofill() #12 1750. | ^~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 699 | PSfill() #12 1750. | ^~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 705 | PSflattenpath() #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 711 | PSinitclip() #12 1750. | ^~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 729 | PSnewpath() #12 1750. | ^~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 765 | PSreversepath() #12 1750. | ^~~~~~~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 783 | PSstroke() #12 1750. | ^~~~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1750. 835 | PSWait() #12 1750. | ^~~~~~ #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1750. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1753. CC nsfont.o #12 1753. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1753. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1754. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1754. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1754. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1754. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1754. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1754. | ^~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1754. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1754. | ^~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1754. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1754. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1754. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1754. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 88 | #if GS_API_VERSION(0,011500) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1754. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1754. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1754. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1754. | ^~~~~~~~~~ #12 1754. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1754. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1754. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1754. | ^~~~~~~~~~ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1754. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1754. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1754. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1754. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1754. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1754. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1754. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1754. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 45 | #if GS_EXPOSE(NSArchiver) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 114 | #if GS_EXPOSE(NSBundle) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 43 | #if GS_EXPOSE(NSCache) #12 1754. | ^~~~~~~~~~~~~~~~~~~~ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 113 | #if GS_EXPOSE(NSException) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1754. 303 | NSGetUncaughtExceptionHandler(); #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 53 | #if GS_EXPOSE(NSExpression) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 47 | #if GS_EXPOSE(NSTimer) #12 1754. | ^~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1754. | ^ #12 1754. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1754. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1754. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 46 | #if GS_EXPOSE(NSRunLoop) #12 1754. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1754. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1754. | ^ #12 1754. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1754. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1754. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1754. from nsgui.h:34, #12 1754. from dispextern.h:137, #12 1754. from nsfont.m:28: #12 1754. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1754. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1754. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1755. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 40 | #if GS_EXPOSE(NSDistantObject) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 74 | #if GS_EXPOSE(NSLock) #12 1755. | ^~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 125 | #if GS_EXPOSE(NSCondition) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 175 | #if GS_EXPOSE(NSConditionLock) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1755. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 134 | #if GS_EXPOSE(NSError) #12 1755. | ^~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1755. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 182 | #if GS_EXPOSE(NSURLHandle) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 73 | #if GS_EXPOSE(NSURL) #12 1755. | ^~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1755. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 633 | #if GS_EXPOSE(NSURLComponents) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 160 | #if GS_EXPOSE(NSPipe) #12 1755. | ^~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 215 | #if GS_EXPOSE(NSFileManager) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 42 | #if GS_EXPOSE(NSHost) #12 1755. | ^~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 47 | #if GS_EXPOSE(NSIndexPath) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 49 | #if GS_EXPOSE(NSIndexSet) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 38 | #if GS_EXPOSE(NSInvocation) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from nsfont.m:28: #12 1755. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1755. [output clipped, log limit 2MiB reached] #12 1756. make[3]: Leaving directory '/checkout/src' #12 1756. make[2]: Leaving directory '/checkout' #12 1756. make[1]: Leaving directory '/checkout' #12 1756. make[1]: Entering directory '/checkout' #12 1757. make[1]: Leaving directory '/checkout' #12 1762. /GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 361 | #if GS_EXPOSE(NSNetService) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 53 | #if GS_EXPOSE(NSPortCoder) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 77 | #if GS_EXPOSE(NSPort) #12 1762. | ^~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 202 | #if GS_EXPOSE(NSSocketPort) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 284 | #if GS_EXPOSE(NSMessagePort) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 47 | #if GS_EXPOSE(NSPortMessage) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 53 | #if GS_EXPOSE(NSProgress) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 42 | #if GS_EXPOSE(NSScanner) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 58 | #if GS_EXPOSE(NSSpellServer) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 51 | #if GS_EXPOSE(NSTask) #12 1762. | ^~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 59 | #if GS_EXPOSE(NSThread) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 87 | #if GS_EXPOSE(NSUndoManager) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 105 | #if GS_EXPOSE(NSURLCache) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 48 | #if GS_EXPOSE(NSURLConnection) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if GS_EXPOSE(NSURLCredential) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 49 | #if GS_EXPOSE(NSURLDownload) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 92 | #if GS_EXPOSE(NSURLRequest) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 49 | #if GS_EXPOSE(NSURLResponse) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1762. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if GS_EXPOSE(NSXMLParser) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1762. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1762. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1762. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1762. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1762. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1762. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1762. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1762. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1762. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1762. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1762. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1762. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1762. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1762. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1762. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1762. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1762. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1762. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1762. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1762. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1762. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1762. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1762. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1762. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1762. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1762. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1762. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1762. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1762. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1762. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1762. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1762. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1762. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1762. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1762. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1762. | ^~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1762. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1762. | ^~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1762. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1762. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1762. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 125 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 129 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 133 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 214 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 247 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 251 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 259 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 263 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 267 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 271 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 275 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 287 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 311 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 323 | __attribute__((unused)); #12 1762. | ^~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from nsfont.m:28: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 493 | PSgsave() #12 1762. | ^~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 499 | PSgrestore() #12 1762. | ^~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 505 | PSinitgraphics() #12 1762. | ^~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 622 | PSinitmatrix() #12 1762. | ^~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 669 | PSclip() #12 1762. | ^~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 675 | PSclosepath() #12 1762. | ^~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 687 | PSeoclip() #12 1762. | ^~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 693 | PSeofill() #12 1762. | ^~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 699 | PSfill() #12 1762. | ^~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 705 | PSflattenpath() #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 711 | PSinitclip() #12 1762. | ^~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 729 | PSnewpath() #12 1762. | ^~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 765 | PSreversepath() #12 1762. | ^~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 783 | PSstroke() #12 1762. | ^~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1762. 835 | PSWait() #12 1762. | ^~~~~~ #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1762. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1762. nsfont.m: In function 'nsfont_open': #12 1762. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1762. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1762. | ^~~~~~~~~~~~~~~ #12 1762. In file included from nsfont.m:27: #12 1762. ./globals.h:4723:8: note: declared here #12 1762. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 1762. | ^~~~~~~~~~~~~~~ #12 1762. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1762. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1762. | ^~~~~~ #12 1762. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1762. make[2]: *** [Makefile:554: src] Error 2 #12 1762. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1762. *** #12 1762. *** "make bootstrap" failed with exit status 2. #12 1762. *** #12 1762. *** You could try to: #12 1762. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1762. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1762. *** default configuration options, which might fix the problem #12 1762. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1762. *** fix the problem if "make bootstrap configure=default" did not #12 1762. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1762. *** !BEWARE! version control, which means that all changes to such #12 1762. *** !BEWARE! files will be lost and cannot be restored later #12 1762. *** - run "make V=1", which displays the full commands invoked by make, #12 1762. *** to further investigate the problem #12 1762. *** - report the problem and ask for help by sending an email to #12 1762. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1762. *** message, the platform, and the repository revision displayed by #12 1762. *** "git rev-parse HEAD" #12 1762. *** #12 1762. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1762. 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:1698108212:step_script section_start:1698108212: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-b376580e: No such file or directory section_end:1698108217:after_script section_start:1698108217:cleanup_file_variables Cleaning up project directory and file based variables section_end:1698108220:cleanup_file_variables ERROR: Job failed: exit code 1